Spaces:
Runtime error
Runtime error
Update gRPC and protobuf version constraints in requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -29,8 +29,8 @@ google-cloud-core==2.3.2
|
|
| 29 |
google-crc32c==1.5.0
|
| 30 |
google-resumable-media==2.5.0
|
| 31 |
googleapis-common-protos==1.59.0
|
| 32 |
-
grpcio=
|
| 33 |
-
grpcio-status=
|
| 34 |
h11==0.14.0
|
| 35 |
httpcore==1.0.7
|
| 36 |
httpx==0.28.1
|
|
@@ -55,7 +55,7 @@ pillow==11.1.0
|
|
| 55 |
pluggy==1.5.0
|
| 56 |
propcache==0.2.1
|
| 57 |
proto-plus==1.25.0
|
| 58 |
-
protobuf>=4.21.
|
| 59 |
pyarrow==19.0.0
|
| 60 |
pyasn1==0.6.1
|
| 61 |
pyasn1_modules==0.4.1
|
|
|
|
| 29 |
google-crc32c==1.5.0
|
| 30 |
google-resumable-media==2.5.0
|
| 31 |
googleapis-common-protos==1.59.0
|
| 32 |
+
grpcio>=1.48.2
|
| 33 |
+
grpcio-status>=1.48.2
|
| 34 |
h11==0.14.0
|
| 35 |
httpcore==1.0.7
|
| 36 |
httpx==0.28.1
|
|
|
|
| 55 |
pluggy==1.5.0
|
| 56 |
propcache==0.2.1
|
| 57 |
proto-plus==1.25.0
|
| 58 |
+
protobuf>=3.19.5,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev
|
| 59 |
pyarrow==19.0.0
|
| 60 |
pyasn1==0.6.1
|
| 61 |
pyasn1_modules==0.4.1
|