mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 01:13:39 +00:00
Merge remote-tracking branch 'upstream/1.5.11' into 1.5.11
This commit is contained in:
commit
bf2031d0b6
@ -147,6 +147,9 @@ base_requirements = {
|
|||||||
plugins: Dict[str, Set[str]] = {
|
plugins: Dict[str, Set[str]] = {
|
||||||
"airflow": {
|
"airflow": {
|
||||||
VERSIONS["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",
|
"attrs",
|
||||||
}, # Same as ingestion container. For development.
|
}, # Same as ingestion container. For development.
|
||||||
"amundsen": {VERSIONS["neo4j"]},
|
"amundsen": {VERSIONS["neo4j"]},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user