This repository was archived by the owner on Jun 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Your Name <your.email@example.com>"]
66
77[tool .poetry .dependencies ]
88python = " ^3.9"
9- fastapi = " ^0.115.6 "
9+ fastapi = " ^0.116.1 "
1010pydantic = " ^2.10.5"
1111google-cloud-firestore = " ^2.3.4"
1212google-cloud-functions = " ^1.4.0"
Original file line number Diff line number Diff line change 22flask == 3.1.*
33functions-framework == 3.9.*
44google-cloud-firestore == 2.20.*
5+ google-cloud-firestore == 2.21.*
56google-auth >= 2.0.0
67google-auth-oauthlib >= 0.4.0
78google-auth-httplib2 == 0.2.*
@@ -16,11 +17,11 @@ python-multipart==0.0.20
1617python-dotenv >= 0.19.0
1718
1819# Caching
19- redis == 5.2 .*
20+ redis == 6.4 .*
2021
2122# Monitoring
2223opencensus-ext-stackdriver == 0.8.0
2324opencensus == 0.11.4
2425
2526# Server
26- uvicorn == 0.34 .*
27+ uvicorn == 0.35 .*
You can’t perform that action at this time.
0 commit comments