eladkal commented on code in PR #68710:
URL: https://github.com/apache/airflow/pull/68710#discussion_r3437029689


##########
airflow-core/pyproject.toml:
##########
@@ -133,6 +133,9 @@ dependencies = [
     "pluggy>=1.5.0",
     "psutil>=5.8.0",
     "pydantic>=2.11.0",
+    # The 3.14 constraint is a workaround to deal with a Ray incompatibility
+    # See https://github.com/ray-project/ray/issues/62664
+    "pydantic>=2.13.1; python_version >= '3.14'",

Review Comment:
   I don't think this is right.
   ray is just for google. We should not limit everyone because of google.
   why can't this limitation be only in Google provider?



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