tvalentyn commented on code in PR #37196:
URL: https://github.com/apache/beam/pull/37196#discussion_r2651857059
##########
sdks/python/setup.py:
##########
@@ -374,6 +374,8 @@ def get_portability_package_data():
ext_modules=extensions,
install_requires=[
'cryptography>=39.0.0,<48.0.0',
+ 'envoy-data-plane>=1.0.3,<2; python_version >= "3.13"',
+ 'envoy-data-plane<0.3.0; python_version < "3.13"',
Review Comment:
could you please add a comment to reconcile these versions once we upgrade
to a newer version of grpcio?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]