diff --git a/libs/openant-core/pyproject.toml b/libs/openant-core/pyproject.toml index 266e7db..b489d84 100644 --- a/libs/openant-core/pyproject.toml +++ b/libs/openant-core/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "anthropic>=0.40.0", - "python-dotenv>=1.0.0", + "python-dotenv>=1.2.2", "pydantic>=2.0.0", "httpx>=0.24.0", "PyYAML>=6.0", diff --git a/libs/openant-core/requirements.txt b/libs/openant-core/requirements.txt index 966904a..556cb6e 100644 --- a/libs/openant-core/requirements.txt +++ b/libs/openant-core/requirements.txt @@ -11,7 +11,7 @@ idna==3.11 jiter==0.12.0 pydantic==2.12.5 pydantic_core==2.41.5 -python-dotenv==1.2.1 +python-dotenv==1.2.2 sniffio==1.3.1 typing-inspection==0.4.2 typing_extensions==4.15.0