Skip to content

Commit

Permalink
(BSR) feat(compliance): Update fastapi to 0.115.5 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontier-pass authored Nov 28, 2024
1 parent 7c913bd commit 624ed57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions apps/fraud/compliance/api/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exceptiongroup==1.2.2
# pytest
executing==2.1.0
# via stack-data
fastapi==0.95.1
fastapi==0.115.5
# via
# -r requirements.in
# fastapi-cloud-logging
Expand Down Expand Up @@ -415,8 +415,9 @@ sqlparse==0.5.1
# via mlflow-skinny
stack-data==0.6.3
# via ipython
starlette==0.26.1
starlette==0.41.3
# via
# -r requirements.in
# fastapi
# fastapi-versioning
sympy==1.13.0
Expand Down Expand Up @@ -453,6 +454,7 @@ typing-extensions==4.12.2
# via
# alembic
# anyio
# fastapi
# graphene
# huggingface-hub
# ipython
Expand Down
3 changes: 2 additions & 1 deletion apps/fraud/compliance/api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ catboost==1.2.5
cloudpickle==3.0.0
fastapi-cloud-logging==1.1.0
fastapi-versioning==0.10.0
fastapi==0.95.1
fastapi==0.115.5
google-api-python-client==1.12.8
google-cloud-logging==3.5.0
google-cloud-secret-manager==2.2.0
Expand All @@ -21,5 +21,6 @@ ruff==0.4.7
scipy==1.13.1
sentence-transformers==2.2.2
shap==0.46.0
starlette==0.41.3
torch==2.3.1+cpu
uvicorn==0.22.0
6 changes: 4 additions & 2 deletions apps/fraud/compliance/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ecdsa==0.19.0
# via python-jose
exceptiongroup==1.2.2
# via anyio
fastapi==0.95.1
fastapi==0.115.5
# via
# -r requirements.in
# fastapi-cloud-logging
Expand Down Expand Up @@ -375,8 +375,9 @@ sqlalchemy==2.0.31
# mlflow
sqlparse==0.5.1
# via mlflow-skinny
starlette==0.26.1
starlette==0.41.3
# via
# -r requirements.in
# fastapi
# fastapi-versioning
sympy==1.13.0
Expand Down Expand Up @@ -407,6 +408,7 @@ typing-extensions==4.12.2
# via
# alembic
# anyio
# fastapi
# graphene
# huggingface-hub
# opentelemetry-sdk
Expand Down

0 comments on commit 624ed57

Please sign in to comment.