deps: upgraded sqlalchemy-bigquery to 1.15.0 (#23909)

This commit is contained in:
Keshav Mohta 2025-10-20 09:52:45 +05:30 committed by GitHub
parent a9bf8ccd4e
commit 1afe32f0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],