python version

This commit is contained in:
Max Deichmann
2023-12-12 12:03:35 +01:00
parent d1dbfd6ded
commit eeef1beaf7
+1 -1
View File
@@ -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"