Skip to content

Commit

Permalink
refactor: Update gunicorn version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass committed Nov 28, 2024
1 parent c0bdc07 commit 1c7e9b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
30 changes: 15 additions & 15 deletions apps/recommendation/api/requirements.in
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
fastapi==0.104.0
uvicorn==0.22.0
fastapi-versioning==0.10.0
aiocache==0.12.2
asyncpg==0.28.0
fastapi-cloud-logging==1.1.0
sqlalchemy==2.0.22
fastapi-versioning==0.10.0
fastapi==0.104.0
geoalchemy2==0.14.0
psycopg2-binary==2.9.9
pydantic==2.5.2
pytz==2023.3
asyncpg==0.28.0
google-cloud-aiplatform==1.31.0
google-cloud-secret-manager==2.2.0
gunicorn==23.0.0
httpx==0.27.0
loguru==0.7.0
numpy==1.26.0
pandas==2.2.2
loguru==0.7.0
gunicorn==20.0.4
google-cloud-secret-manager==2.2.0
google-cloud-aiplatform==1.31.0
pytest-cov==2.10.1
psycopg2-binary==2.9.9
pydantic==2.5.2
pytest-asyncio==0.23.7
pytest-cov==2.10.1
pytest-postgresql==6.0.0
aiocache==0.12.2
python-dateutil==2.9.0.post0
httpx==0.27.0
pytz==2023.3
sqlalchemy==2.0.22
uvicorn==0.22.0
7 changes: 3 additions & 4 deletions apps/recommendation/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ grpcio==1.64.1
# grpcio-status
grpcio-status==1.48.2
# via google-api-core
gunicorn==20.0.4
gunicorn==23.0.0
# via -r requirements.in
h11==0.14.0
# via
Expand Down Expand Up @@ -140,6 +140,7 @@ packaging==24.1
# geoalchemy2
# google-cloud-aiplatform
# google-cloud-bigquery
# gunicorn
# pytest
pandas==2.2.2
# via -r requirements.in
Expand Down Expand Up @@ -214,9 +215,7 @@ requests==2.32.3
rsa==4.9
# via google-auth
setuptools==70.3.0
# via
# gunicorn
# pytest-postgresql
# via pytest-postgresql
shapely==1.8.5.post1
# via google-cloud-aiplatform
six==1.16.0
Expand Down

0 comments on commit 1c7e9b8

Please sign in to comment.