python3Packages.google-genai: 1.15.0 -> 1.16.1 (#409928)

This commit is contained in:
dotlambda 2025-05-24 22:18:07 -07:00 committed by GitHub
commit fec41e7e9e
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.15.0";
version = "1.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-UKd4imkUIuhhj+7v5vT3ZQkz9qk3dAo3q5WBOqppFAc=";
hash = "sha256-P37dGIfpr02aO7N6Y3jGWXTjwz8IZPuZQYG0uJqeek4=";
};
build-system = [