diff --git a/pyproject.toml b/pyproject.toml index 8214826..299d553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "openai>=1.0,<3.0", - "python-dotenv>=1.0,<2.0", + "python-dotenv>=1.2.2,<2.0", "pydantic>=2.0,<3.0", "PyYAML>=6.0,<7.0", "sqlglot>=27.0,<29.0", diff --git a/requirements.txt b/requirements.txt index 2d63f8d..ac871cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ openai>=1.0,<3.0 -python-dotenv>=1.0,<2.0 +python-dotenv>=1.2.2,<2.0 pydantic>=2.0,<3.0 PyYAML>=6.0,<7.0 sqlglot>=27.0,<29.0