diff --git a/requirements.txt b/requirements.txt index 1addc0a..f009332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ python-dotenv>=1.1.0 Faker~=25.8.0 grpcio-status~=1.66.2 requests~=2.32.3 -pydantic~=2.10.6 +pydantic~=2.11.2 PyJWT~=2.9.0 cryptography~=45.0.6 setuptools~=80.9.0 diff --git a/setup.py b/setup.py index a69ed8b..cacec41 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "deprecation>=2.1.0", "python-dotenv>=1.1.0", "Faker~=25.8.0", - "pydantic~=2.10.6", + "pydantic~=2.11.2", "langchain-core>=0.3.36,<0.4", ], url="https://github.com/scalekit-inc/scalekit-sdk-python",