python3Packages.google-genai: 1.63.0 -> 1.65.0 (#495711)

This commit is contained in:
dotlambda
2026-03-04 00:38:01 +00:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.63.0";
version = "1.65.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-aTuMvF6ZymKfhw7wjV0flaOW5BD37eNYfAR7IM6BJRg=";
hash = "sha256-hLUERiWSYiESM8DoNQEAUZxS6zcsdxv6ykAEcgDIXn8=";
};
build-system = [