Skip to content

Commit

Permalink
chore: reverted fix in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Oct 16, 2024
1 parent 4e30424 commit b20b3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env_files = [".env"]

[tool.poetry.dependencies]
python = ">=3.11,<4.0"
fastapi = "0.115.2"
fastapi = ">=0.51,<1.0"
httpx = ">=0.25.0,<1.0"
aiohttp = "^3.8.3"
openai = "^1.32.0"
Expand Down

0 comments on commit b20b3a8

Please sign in to comment.