potiuk commented on code in PR #66952:
URL: https://github.com/apache/airflow/pull/66952#discussion_r3520031869


##########
providers/apache/beam/pyproject.toml:
##########
@@ -61,7 +61,11 @@ requires-python = ">=3.10"
 dependencies = [
     "apache-airflow>=2.11.0",
     "apache-airflow-providers-common-compat>=1.12.0",
-    "apache-beam>=2.69.0",
+    "apache-beam>=2.72.0",
+    # For Python>=3.11, the apache-beam package depends on envoy-data-plane.
+    # Currently, there is only one compatible version(1.0.3) of 
envoy-data-plane available for these
+    # Python versions, and it explicitly requires a prerelease version of 
betterproto.
+    "betterproto==2.0.0b6; python_version >= '3.11'",

Review Comment:
   This exact-prerelease pin is a workaround for the `envoy-data-plane` 1.0.3 
constraint, so per the project's workaround convention it needs a GitHub 
tracking issue — linked by full URL here at the pin site (not a bare `#NNNNN`) 
and referenced in the PR body — capturing the follow-up: getting apache-beam 
onto `envoy-data-plane>=2` / `betterproto2` so this `==2.0.0b6` pin can be 
removed. Without that, an exact prerelease pin tends to quietly become 
permanent.



-- 
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]

Reply via email to