diff --git a/ingestion/setup.py b/ingestion/setup.py index fc6f93dab02..a937c4698d7 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -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"]},