mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(ci): ensure extra airflow requirements are respected (#13289)
This commit is contained in:
parent
fe3ae92a5e
commit
a88e15c0d2
@ -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]] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user