python3Packages.google-genai: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm
2025-05-29 12:57:39 +00:00
parent adfe0268d8
commit 6c0caf2b30
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.16.1";
version = "1.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-P37dGIfpr02aO7N6Y3jGWXTjwz8IZPuZQYG0uJqeek4=";
hash = "sha256-ks8MU+Sg6TM57QiNmZD6rTGF8Di32mKtHFTF1pCTouQ=";
};
build-system = [