Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit d83dc63

Browse files
authored
Merge branch 'main' into dependabot/pip/backend/main/functions-framework-eq-3.9.star
2 parents 8eb6d27 + 2cb3285 commit d83dc63

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Your Name <your.email@example.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.9"
9-
fastapi = "^0.115.6"
9+
fastapi = "^0.116.1"
1010
pydantic = "^2.10.5"
1111
google-cloud-firestore = "^2.3.4"
1212
google-cloud-functions = "^1.4.0"

backend/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
flask==3.1.*
33
functions-framework==3.9.*
44
google-cloud-firestore==2.20.*
5+
google-cloud-firestore==2.21.*
56
google-auth>=2.0.0
67
google-auth-oauthlib>=0.4.0
78
google-auth-httplib2==0.2.*
@@ -16,11 +17,11 @@ python-multipart==0.0.20
1617
python-dotenv>=0.19.0
1718

1819
# Caching
19-
redis==5.2.*
20+
redis==6.4.*
2021

2122
# Monitoring
2223
opencensus-ext-stackdriver==0.8.0
2324
opencensus==0.11.4
2425

2526
# Server
26-
uvicorn==0.34.*
27+
uvicorn==0.35.*

0 commit comments

Comments
 (0)