We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b80120 commit a72d615Copy full SHA for a72d615
sdks/python/setup.py
@@ -476,6 +476,8 @@ def get_portability_package_data():
476
'google-auth-httplib2>=0.1.0,<0.3.0',
477
'google-cloud-datastore>=2.0.0,<3',
478
'google-cloud-pubsub>=2.1.0,<3',
479
+ 'grpcio-status>=1.33.2,<1.66.0; python_version <= "3.12"',
480
+ 'grpcio-status>=1.67.0; python_version >= "3.13"',
481
'google-cloud-pubsublite>=1.2.0,<2',
482
'google-cloud-storage>=2.18.2,<3',
483
# GCP packages required by tests
0 commit comments