rjgoyln commented on code in PR #72550:
URL: https://github.com/apache/airflow/pull/72550#discussion_r3943637739
##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -874,22 +874,25 @@ def get_airflow_extras():
"remove-providers": "anthropic common.messaging common.dataquality
edge3 fab git keycloak informatica common.ai opensearch",
"run-unit-tests": "true",
},
+ # common.ai supports Airflow >= 3.0, but the constraint files these jobs
install with pin
+ # pydantic, opentelemetry-api or pydantic-ai-slim itself below its
pydantic-ai-slim>=2.0.0
+ # floor - the provider ends up mismatched and its tests fail on import, so
skip it there.
{
"python-version": "3.10",
"airflow-version": "3.0.6",
- "remove-providers": "",
+ "remove-providers": "common.ai",
Review Comment:
Thanks! I checked #72581, and I agree that approach is better. It addresses
the dependency issue without having to skip `common.ai`, so I’ll close this PR.
--
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]