From aa2c4e91b4fca90748be2f763229f7ecec53a3e7 Mon Sep 17 00:00:00 2001 From: Sarma Date: Thu, 19 Dec 2024 13:54:13 -0800 Subject: [PATCH] Relax pydantic and keep the last pin as the base (#1125) --- python-sdk/poetry.lock | 2 +- python-sdk/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-sdk/poetry.lock b/python-sdk/poetry.lock index 5ef8f5a68..be7a93e1e 100644 --- a/python-sdk/poetry.lock +++ b/python-sdk/poetry.lock @@ -1303,4 +1303,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fdefe46e975b5869e1aa0e798bbc1cddccbcc25fe869962b01f8fbb31272e84d" +content-hash = "c67d5f9493d07244bc5ffa74ce34ba8603063df14290d584ae48eecd26bd13ef" diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index 84b0a6e20..1f493880e 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "indexify" -version = "0.2.43" +version = "0.2.44" description = "Python Client for Indexify" authors = ["Tensorlake Inc. "] license = "Apache 2.0" @@ -15,7 +15,7 @@ indexify-cli = "indexify.cli:app" python = "^3.9" httpx = { version = "0.27.2", extras = ["http2"] } pyyaml = "^6" -pydantic = "2.10.2" +pydantic = "^2.10.2" cloudpickle = "^3.1.0" rich = "^13.9.2" nanoid = "^2.0.0"