diff --git a/pyproject.toml b/pyproject.toml index 06a36e4df0..ea09088afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT License" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8.0" +python = "^3.8" openai = ">=1.0.0" python-dotenv = ">=0.2.0" tiktoken = ">=0.4.0"