potiuk commented on code in PR #49590:
URL: https://github.com/apache/airflow/pull/49590#discussion_r2056771204
##########
airflow-core/pyproject.toml:
##########
@@ -134,7 +134,7 @@ dependencies = [
# Does not work with it Tracked in
https://github.com/fsspec/universal_pathlib/issues/276
"universal-pathlib>=0.2.2,!=0.2.4",
"uuid6>=2024.7.10",
- "apache-airflow-task-sdk<1.1.0,>=1.0.0",
+ "apache-airflow-task-sdk<=1.1.0.dev0,>=1.0.0",
Review Comment:
As discussed on slack - let's get rid of the dev0 hard-coding like
https://github.com/apache/airflow/pull/49621
--
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]