Merge remote-tracking branch 'upstream/1.5.11' into 1.5.11

This commit is contained in:
Teddy Crepineau 2024-11-06 11:24:33 +01:00
commit bf2031d0b6

View File

@ -147,6 +147,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"]},