Skip to content

Commit

Permalink
fix: Temporarly fix fastapi to <0.112.4 due to pagination incompati…
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 6, 2024
1 parent 3456c6e commit 1d24052
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 1d24052

Please sign in to comment.