Skip to content

Commit 3d11a05

Browse files
authored
Merge pull request #37726 from tvalentyn/cherrypick_grpc
[release-2.72] Cherry-pick #37633
2 parents bc8edf7 + d8fcae7 commit 3d11a05

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

sdks/python/setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,10 @@ def get_portability_package_data():
380380
'envoy-data-plane<0.3.0; python_version < "3.13"',
381381
'fastavro>=0.23.6,<2',
382382
'fasteners>=0.3,<1.0',
383-
# TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
384-
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,<1.66.0; python_version <= "3.12"', # pylint: disable=line-too-long
385-
'grpcio>=1.67.0; python_version >= "3.13"',
383+
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,!=1.66.*,!=1.67.*,!=1.68.*,!=1.69.*,!=1.70.*,!=1.71.*,!=1.72.*,!=1.73.*,!=1.74.*,!=1.75.*,!=1.76.*,!=1.77.*,!=1.78.0; python_version <= "3.12"', # pylint: disable=line-too-long
384+
# TODO(https://github.com/grpc/grpc/issues/37710): Consolidate bounds
385+
# across python versions once 1.78.1 is avaliable.
386+
'grpcio>=1.67.0,<2; python_version >= "3.13"',
386387
'httplib2>=0.8,<0.32.0',
387388
'jsonpickle>=3.0.0,<4.0.0',
388389
# numpy can have breaking changes in minor versions.

0 commit comments

Comments
 (0)