Skip to content

Commit

Permalink
Update FastAPI version constraint (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioave authored Nov 12, 2024
1 parent a25735b commit c5cc74a
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 @@ -45,7 +45,7 @@ addopts = "--import-mode=importlib"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
click = "*"
fastapi = ">=0.88.0,!=0.89.0,<=0.115.2"
fastapi = ">=0.88.0,!=0.89.0,<0.116.0"
python-dotenv = "*"
grpcio = "*"
numpy = "*"
Expand Down

0 comments on commit c5cc74a

Please sign in to comment.