From 4fb0a0a0c5913dd2341b328e956faed4fe10c12a Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Wed, 11 Sep 2024 10:12:37 +0200 Subject: [PATCH] build: Bump fastapi and fastapi-pagination Due to an incompatibility, we had to downgrade fastapi. This is fixed now. --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 730a34f81..1db0a3145 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -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", @@ -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",