Skip to content

Commit

Permalink
Upgrade grpcio to 1.65.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad committed Oct 16, 2024
1 parent 6b3a1b2 commit b845bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def get_portability_package_data():
'fastavro>=0.23.6,<2',
'fasteners>=0.3,<1.0',
# TODO(https://github.com/grpc/grpc/issues/37710): Unpin grpc
'grpcio>=1.33.1,<2,!=1.48.0,!=1.59.*,!=1.60.*,!=1.61.*,!=1.62.0,!=1.62.1,<1.66.0', # pylint: disable=line-too-long
'grpcio>=1.65.5,<1.66.0',
'hdfs>=2.1.0,<3.0.0',
'httplib2>=0.8,<0.23.0',
'jsonschema>=4.0.0,<5.0.0',
Expand Down

0 comments on commit b845bb8

Please sign in to comment.