From 21ae354007937cc24136f459371b42764c4fc6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:26:17 +0000 Subject: [PATCH] Update google-cloud-bigquery requirement Updates the requirements on [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) to permit the latest version. - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/compare/v3.26.0...v3.38.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92e3369bd..8f872aa82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ all = [ "protobuf>=5.27.2,<7.0", "influxdb3-python[pandas]>=0.7,<1.0", "pyiceberg[pyarrow,glue]>=0.7", - "google-cloud-bigquery>=3.26.0,<3.27", + "google-cloud-bigquery>=3.26.0,<3.39", "google-cloud-pubsub>=2.23.1,<3", "psycopg2-binary>=2.9.9,<3", "boto3>=1.35.65,<2.0", @@ -57,7 +57,7 @@ influxdb1 = ["influxdb>=5.3,<6"] influxdb3 = ["influxdb3-python[pandas]>=0.7,<1.0"] iceberg = ["pyiceberg[pyarrow]>=0.7"] iceberg_aws = ["pyiceberg[pyarrow,glue]>=0.7"] -bigquery = ["google-cloud-bigquery>=3.26.0,<3.27"] +bigquery = ["google-cloud-bigquery>=3.26.0,<3.39"] pubsub = ["google-cloud-pubsub>=2.23.1,<3"] postgresql = ["psycopg2-binary>=2.9.9,<3", "types-psycopg2>=2.9,<3"] aws = ["boto3>=1.35.65,<2.0", "boto3-stubs>=1.35.65,<2.0"]