eladkal commented on code in PR #68710:
URL: https://github.com/apache/airflow/pull/68710#discussion_r3437652863
##########
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:
If the provider doesn't really need it and it is just a workaround due to an
issue we can place a comment that explain it and open a bug report to the
upstream that needs to set the limitation from their side. Once they do we can
remove the workaround we did.
--
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]