amoghrajesh commented on code in PR #54467:
URL: https://github.com/apache/airflow/pull/54467#discussion_r2273652933
##########
pyproject.toml:
##########
@@ -59,11 +59,11 @@ classifiers = [
]
# Version is defined in src/airflow/__init__.py and it is automatically
synchronized by pre-commit
-version = "3.0.4"
+version = "3.0.5"
dependencies = [
- "apache-airflow-task-sdk<1.1.0,>=1.0.4",
- "apache-airflow-core==3.0.4",
+ "apache-airflow-task-sdk<1.1.0,>=1.0.5",
+ "apache-airflow-core==3.0.5",
Review Comment:
Looks good.
##########
airflow-core/pyproject.toml:
##########
@@ -139,7 +139,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.3",
+ "apache-airflow-task-sdk<1.1.0,>=1.0.5",
Review Comment:
Looks good too
--
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]