python313Packages.google-genai: 1.20.0 -> 1.29.0 (#432467)

This commit is contained in:
Fabian Affolter
2025-08-10 21:13:24 +02:00
committed by GitHub
@@ -12,6 +12,7 @@
pytestCheckHook,
requests,
setuptools,
tenacity,
twine,
typing-extensions,
websockets,
@@ -19,14 +20,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.20.0";
version = "1.29.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-7DwLIK3/VCVSt9lq0Q0IRbhfLXOWw1TbPpDgI4jr9cg=";
hash = "sha256-EOwIXZ373hsEfGxCE6DRjPRuqPQQoFHTzIDGK1K9X6Q=";
};
build-system = [
@@ -44,6 +45,7 @@ buildPythonPackage rec {
httpx
pydantic
requests
tenacity
typing-extensions
websockets
];