Skip to content

Commit a72d615

Browse files
committed
set grpcio-status
1 parent 6b80120 commit a72d615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdks/python/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@ def get_portability_package_data():
476476
'google-auth-httplib2>=0.1.0,<0.3.0',
477477
'google-cloud-datastore>=2.0.0,<3',
478478
'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"',
479481
'google-cloud-pubsublite>=1.2.0,<2',
480482
'google-cloud-storage>=2.18.2,<3',
481483
# GCP packages required by tests

0 commit comments

Comments
 (0)