Fix poetry issues
This commit is contained in:
parent
deebb76bde
commit
1a0052ba34
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9.0,<3.12"
|
python = ">=3.9.0,<3.13"
|
||||||
openai = "1.52.0"
|
openai = "1.52.0"
|
||||||
pydantic = "2.8.2"
|
pydantic = "2.8.2"
|
||||||
python-dotenv = "1.0.1"
|
python-dotenv = "1.0.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue