MINOR: Airflow dependency Fix (#18530)

This commit is contained in:
Mayur Singal 2024-11-06 15:51:43 +05:30 committed by ulixius9
parent 1c354e7597
commit c92e5bfcaf

View File

@ -146,6 +146,9 @@ base_requirements = {
plugins: Dict[str, Set[str]] = {
"airflow": {
VERSIONS["airflow"],
"opentelemetry-api==1.27.0", # internal dependency of airflow, need to restrict version
"opentelemetry-exporter-otlp-proto-grpc==1.27.0",
"protobuf<5",
"attrs",
}, # Same as ingestion container. For development.
"amundsen": {VERSIONS["neo4j"]},