Skip to content

Commit

Permalink
ci: Temporarily set fastapi to <0.112.4 due to incompatility
Browse files Browse the repository at this point in the history
The fastapi-pagination package is not compatible with the latest
version of fastapi:
uriyyo/fastapi-pagination#1273
  • Loading branch information
MoritzWeber0 committed Sep 6, 2024
1 parent 3456c6e commit bd89733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"alembic==1.13.2",
"appdirs",
"cachetools",
"fastapi>=0.101.0",
"fastapi>=0.101.0,<0.112.4",
"kubernetes",
"psycopg2-binary>2.9.7",
"pydantic>=2.0.0",
Expand Down

0 comments on commit bd89733

Please sign in to comment.