Skip to content

Commit 3b9a776

Browse files
committed
Add comment
1 parent 8dd5a56 commit 3b9a776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def get_portability_package_data():
374374
ext_modules=extensions,
375375
install_requires=[
376376
'cryptography>=39.0.0,<48.0.0',
377-
# reconcile envoy-data-plane dependency for python 3.12 and 3.13
377+
# reconcile envoy-data-plane dependency for python < 3.12 and >= 3.13
378378
# when grpcio is unpinned, also check for protobuf version compatibility
379379
'envoy-data-plane>=1.0.3,<2; python_version >= "3.13"',
380380
'envoy-data-plane<0.3.0; python_version < "3.13"',

0 commit comments

Comments
 (0)