python310Packages.google-cloud-bigquery-storage: 2.16.2 -> 2.17.0

Changelog: https://github.com/googleapis/python-bigquery-storage/blob/v2.17.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2022-12-28 18:17:42 +01:00
parent a2c497b0e8
commit fe003a9af2
@@ -4,25 +4,27 @@
, google-api-core
, google-auth
, google-cloud-bigquery
, protobuf
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.16.2";
version = "2.17.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5qyk97b06tuH+FEJBhd1Y1GOFYfIt7FivPjhyede9BY=";
hash = "sha256-AsEcoAmOg+J/g8P5o51PzO9R5z0Nce9zQ/EiIYhmaFw=";
};
propagatedBuildInputs = [
google-api-core
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
checkInputs = [
google-auth