Dev-iL commented on code in PR #68710:
URL: https://github.com/apache/airflow/pull/68710#discussion_r3437624304
##########
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:
No strong objection to your proposal. I put it there because google doesn't
have a pydantic constraint at the moment, and in core it fits nicely with the
rest of the python-versioned pydantic constraints.
--
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]