python3Packages.google-cloud-bigquery: 3.35.1 -> 3.40.0

https://github.com/googleapis/python-bigquery/blob/v3.40.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:33:44 +01:00
parent 58fabd9a29
commit c2103bbe0d
@@ -32,18 +32,18 @@
mock,
psutil,
pytest-xdist,
pytestCheckHook,
pytest8_3CheckHook,
}:
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "3.35.1";
version = "3.40.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_bigquery";
inherit version;
hash = "sha256-WZ8mys8ZCs/ogAD2zF9Lyea6rHiZ5PQGygVPGQb3GWA=";
hash = "sha256-s8yxHK8AKfFbKVaVGPZnVT/gj28UWblZAgyD+72PLmg=";
};
build-system = [ setuptools ];
@@ -84,7 +84,7 @@ buildPythonPackage rec {
mock
psutil
pytest-xdist
pytestCheckHook
pytest8_3CheckHook
]
++ optional-dependencies.pandas
++ optional-dependencies.ipython;
@@ -109,6 +109,8 @@ buildPythonPackage rec {
"test_list_rows_scalars_extreme"
"test_session"
"test_to_arrow_query_with_empty_result"
"test_list_rows_pico"
"test_list_rows_pico_truncate"
# Mocking of _ensure_bqstorage_client fails
"test_to_arrow_ensure_bqstorage_client_wo_bqstorage"