python3Packages.google-genai: 1.29.0 -> 1.31.0 (#435173)

This commit is contained in:
dotlambda
2025-08-19 22:47:15 -07:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.29.0";
version = "1.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-EOwIXZ373hsEfGxCE6DRjPRuqPQQoFHTzIDGK1K9X6Q=";
hash = "sha256-pzW0SYLlj7XjJSEqCY3uSYZI8asn451LANpcpr/lxI4=";
};
build-system = [