diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..d7a000a 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -2,7 +2,7 @@ # Excludes heavy dependencies that need special installation (freqtrade, torch) # FastAPI and server -fastapi==0.109.2 +fastapi==0.135.1 uvicorn[standard]==0.27.1 python-multipart==0.0.9 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..f61840f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # FastAPI and server -fastapi==0.109.2 +fastapi==0.135.1 uvicorn[standard]==0.27.1 python-multipart==0.0.9