Skip to content

Commit 24255ea

Browse files
authored
Merge pull request #38 from epsilla-cloud/dev
update with pydantic
2 parents 5d7d812 + 449f08e commit 24255ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyepsilla/vectordb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.2.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=find_packages(),
2222
include_package_data=True,
2323
platforms="any",
24-
install_requires=["requests", "sentry_sdk", "posthog"],
24+
install_requires=["requests", "sentry_sdk", "posthog", "pydantic"],
2525
url="https://github.com/epsilla-cloud/epsilla-python-client",
2626
project_urls={
2727
"Source": "https://github.com/epsilla-cloud/epsilla-python-client",

0 commit comments

Comments
 (0)