mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 16:31:57 +00:00
deps: upgraded sqlalchemy-bigquery to 1.15.0 (#23909)
This commit is contained in:
parent
a9bf8ccd4e
commit
1afe32f0c1
@ -67,7 +67,7 @@ VERSIONS = {
|
|||||||
"pyiceberg": "pyiceberg==0.5.1",
|
"pyiceberg": "pyiceberg==0.5.1",
|
||||||
"google-cloud-bigtable": "google-cloud-bigtable>=2.0.0",
|
"google-cloud-bigtable": "google-cloud-bigtable>=2.0.0",
|
||||||
"pyathena": "pyathena~=3.0",
|
"pyathena": "pyathena~=3.0",
|
||||||
"sqlalchemy-bigquery": "sqlalchemy-bigquery>=1.2.2",
|
"sqlalchemy-bigquery": "sqlalchemy-bigquery~=1.15.0",
|
||||||
"presidio-analyzer": "presidio-analyzer==2.2.358",
|
"presidio-analyzer": "presidio-analyzer==2.2.358",
|
||||||
"asammdf": "asammdf~=7.4.5",
|
"asammdf": "asammdf~=7.4.5",
|
||||||
"kafka-connect": "kafka-connect-py==0.10.11",
|
"kafka-connect": "kafka-connect-py==0.10.11",
|
||||||
@ -189,7 +189,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
"google-cloud-logging",
|
"google-cloud-logging",
|
||||||
VERSIONS["pyarrow"],
|
VERSIONS["pyarrow"],
|
||||||
VERSIONS["numpy"],
|
VERSIONS["numpy"],
|
||||||
"sqlalchemy-bigquery>=1.2.2",
|
"sqlalchemy-bigquery~=1.15.0",
|
||||||
},
|
},
|
||||||
"bigtable": {
|
"bigtable": {
|
||||||
VERSIONS["google-cloud-bigtable"],
|
VERSIONS["google-cloud-bigtable"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user