We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dce80 commit f367356Copy full SHA for f367356
requirements.txt
@@ -7,9 +7,9 @@ pytest-asyncio >= 0.26.0
7
pytest-mock >= 3.6.1
8
respx == 0.22.0
9
10
-cachecontrol >= 0.12.14
11
-google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
12
-google-cloud-firestore >= 2.19.0; platform.python_implementation != 'PyPy'
13
-google-cloud-storage >= 1.37.1
14
-pyjwt[crypto] >= 2.5.0
+cachecontrol >= 0.14.3
+google-api-core[grpc] >= 2.25.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
+google-cloud-firestore >= 2.21.0; platform.python_implementation != 'PyPy'
+google-cloud-storage >= 3.1.1
+pyjwt[crypto] >= 2.10.1
15
httpx[http2] == 0.28.1
0 commit comments