Skip to content

Commit

Permalink
Merge pull request #1782 from DSD-DBS/bump-fastapi
Browse files Browse the repository at this point in the history
build: Bump fastapi and fastapi-pagination
  • Loading branch information
MoritzWeber0 authored Sep 11, 2024
2 parents f876a59 + 4fb0a0a commit 576bce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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,<0.112.4",
"fastapi>=0.112.4",
"kubernetes",
"psycopg2-binary>2.9.7",
"pydantic>=2.0.0",
Expand All @@ -38,7 +38,7 @@ dependencies = [
"uvicorn[standard]",
"python-slugify[unidecode]",
"starlette-prometheus",
"fastapi-pagination>=0.12.19",
"fastapi-pagination>=0.12.27",
"aiohttp",
"argon2-cffi",
"typer",
Expand Down

0 comments on commit 576bce6

Please sign in to comment.