mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +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",
|
||||
"google-cloud-bigtable": "google-cloud-bigtable>=2.0.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",
|
||||
"asammdf": "asammdf~=7.4.5",
|
||||
"kafka-connect": "kafka-connect-py==0.10.11",
|
||||
@ -189,7 +189,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"google-cloud-logging",
|
||||
VERSIONS["pyarrow"],
|
||||
VERSIONS["numpy"],
|
||||
"sqlalchemy-bigquery>=1.2.2",
|
||||
"sqlalchemy-bigquery~=1.15.0",
|
||||
},
|
||||
"bigtable": {
|
||||
VERSIONS["google-cloud-bigtable"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user