Skip to content

Commit

Permalink
refactor: Update fastapi and starlette versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass committed Nov 28, 2024
1 parent 1c7e9b8 commit 397da06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion apps/recommendation/api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiocache==0.12.2
asyncpg==0.28.0
fastapi-cloud-logging==1.1.0
fastapi-versioning==0.10.0
fastapi==0.104.0
fastapi==0.115.5
geoalchemy2==0.14.0
google-cloud-aiplatform==1.31.0
google-cloud-secret-manager==2.2.0
Expand All @@ -19,4 +19,5 @@ pytest-postgresql==6.0.0
python-dateutil==2.9.0.post0
pytz==2023.3
sqlalchemy==2.0.22
starlette==0.41.3
uvicorn==0.22.0
4 changes: 0 additions & 4 deletions apps/recommendation/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ sqlalchemy==2.0.22
# via
# -r requirements.in
# geoalchemy2
starlette==0.27.0
# via
# fastapi
# fastapi-versioning
tomli==2.0.1
# via pytest
typing-extensions==4.12.2
Expand Down

0 comments on commit 397da06

Please sign in to comment.