potiuk commented on code in PR #58145:
URL: https://github.com/apache/airflow/pull/58145#discussion_r2510845392
##########
airflow-core/pyproject.toml:
##########
@@ -139,7 +139,7 @@ dependencies = [
# https://github.com/apache/airflow/issues/56369 , rework
universal-pathlib usage
"universal-pathlib>=0.2.6,<0.3.0",
"uuid6>=2024.7.10",
- "apache-airflow-task-sdk<1.2.0,>=1.1.1",
+ "apache-airflow-task-sdk<1.2.0,>=1.1.3",
Review Comment:
One small thing here. It woudl be better if we kept == as discussed
elsewhere - that could prevent from future errors where we will not update the
limit. But This is not blocking, >= will also work, with the caveat that it
will likely allow to install future 1.1.* task-sdk to be installed with Airflow
3.1.3 - which we do not run tests for compatiblity of.
--
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]