python3Packages.google-ai-generativelanguage: 0.9.0 -> 0.10.0

https://github.com/googleapis/google-cloud-python/blob/google-ai-generativelanguage-v0.10.0/packages/google-ai-generativelanguage/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:10 +01:00
parent 3f53ace962
commit c0ee3e21f0
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
src = fetchPypi {
pname = "google_ai_generativelanguage";
inherit version;
hash = "sha256-JSR0j0E5F0Rv68jgh53A1PAmoGT4nxfEK4G+p3q3bIQ=";
hash = "sha256-F+mYCUADpWbg+lIkn91J6PTAMM6+f+DFIbQNYFq6eD4=";
};
build-system = [ setuptools ];