python3Packages.google-cloud-bigquery-storage: 2.29.1 -> 2.30.0

https://github.com/googleapis/python-bigquery-storage/blob/v2.30.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 07:13:52 +02:00
parent e96413f3bb
commit 687a6c759f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.29.1";
version = "2.30.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_bigquery_storage";
inherit version;
hash = "sha256-S5F6edI57sqnOPoC7ZQtvrh37MmfIH2W+gLoiJ7ytk0=";
hash = "sha256-QayD+p7dvIIBAhd5hKuS+Le736fZDqZLOgr17LT8o/I=";
};
build-system = [ setuptools ];