We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9a776 commit 6709a01Copy full SHA for 6709a01
sdks/python/setup.py
@@ -375,7 +375,7 @@ def get_portability_package_data():
375
install_requires=[
376
'cryptography>=39.0.0,<48.0.0',
377
# reconcile envoy-data-plane dependency for python < 3.12 and >= 3.13
378
- # when grpcio is unpinned, also check for protobuf version compatibility
+ # when grpcio unpinned, check for protobuf version compatibility
379
'envoy-data-plane>=1.0.3,<2; python_version >= "3.13"',
380
'envoy-data-plane<0.3.0; python_version < "3.13"',
381
'fastavro>=0.23.6,<2',
0 commit comments