andreahlert commented on code in PR #61615:
URL: https://github.com/apache/airflow/pull/61615#discussion_r2795004095
##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -743,7 +745,7 @@ def get_airflow_extras():
{
"python-version": "3.10",
"airflow-version": "2.11.0",
- "remove-providers": "common.messaging edge3 fab git keycloak
common.ai",
+ "remove-providers": "common.messaging edge3 fab git keycloak",
"run-unit-tests": "true",
},
Review Comment:
Yep, you're right. That slipped in from a rebase, not intentional. I'll
clean it up in the next push.
##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -219,7 +221,7 @@
ALLOWED_INSTALL_MYSQL_CLIENT_TYPES = ["mariadb"]
PIP_VERSION = "26.0.1"
-UV_VERSION = "0.10.2"
+UV_VERSION = "0.10.0"
Review Comment:
Same thing, merge artifact. Will revert both in the next commit.
--
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]