python3Packages.google-genai: 1.17.0 -> 1.19.0 (#415185)

This commit is contained in:
dotlambda 2025-06-08 21:57:55 -07:00 committed by GitHub
commit cc0499fcea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.17.0";
version = "1.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-ks8MU+Sg6TM57QiNmZD6rTGF8Di32mKtHFTF1pCTouQ=";
hash = "sha256-p9W34v1ToLwketM+wOfrouLLl9pFBljL5doykuZRINo=";
};
build-system = [