Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/1.5.11' into 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed Nov 6, 2024
2 parents 1f2e30f + c92e5bf commit bf2031d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
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"]},
Expand Down

0 comments on commit bf2031d

Please sign in to comment.