diff --git a/pyproject.toml b/pyproject.toml index e073e9b..76f0083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "pydantic==2.12.3", + "pydantic==2.12.5", "requests<2.33.0", "python-decouple==3.8", ] diff --git a/requirements.txt b/requirements.txt index d03aa36..3ba71e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pydantic==2.12.3 +pydantic==2.12.5 requests<2.33.0 python-decouple==3.8