fix(ci): ensure extra airflow requirements are respected (#13289)

This commit is contained in:
Harshal Sheth 2025-04-22 15:08:28 -04:00 committed by GitHub
parent fe3ae92a5e
commit a88e15c0d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ base_requirements = {
f"acryl-datahub[datahub-rest]{_self_pin}",
# We require Airflow 2.3.x at minimum, since we need the new DAG listener API.
# We pin to 2.5.x, since we also need typing-extensions>=4.5 in acryl-datahub.
"apache-airflow>=2.5.0",
"apache-airflow>=2.5.0,<3",
}
plugins: Dict[str, Set[str]] = {