From 4c878c5c4e9b87c5b3f882ea704003d8ea06d11f Mon Sep 17 00:00:00 2001 From: eric-epsilla Date: Wed, 6 Dec 2023 08:54:21 +0000 Subject: [PATCH 1/2] update with pydantic --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5323109..f2ef9d0 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ packages=find_packages(), include_package_data=True, platforms="any", - install_requires=["requests", "sentry_sdk", "posthog"], + install_requires=["requests", "sentry_sdk", "posthog", "pydantic"], url="https://github.com/epsilla-cloud/epsilla-python-client", project_urls={ "Source": "https://github.com/epsilla-cloud/epsilla-python-client", From 449f08eb14db2c3acc8db8e7336fe5882cfd0852 Mon Sep 17 00:00:00 2001 From: eric-epsilla Date: Wed, 6 Dec 2023 08:54:53 +0000 Subject: [PATCH 2/2] update version --- pyepsilla/vectordb/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyepsilla/vectordb/version.py b/pyepsilla/vectordb/version.py index 788da1f..fe404ae 100644 --- a/pyepsilla/vectordb/version.py +++ b/pyepsilla/vectordb/version.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5"