python313Packages.google-genai: 1.20.0 -> 1.29.0

Changelog: https://github.com/googleapis/python-genai/blob/v1.29.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-08-10 11:01:31 +02:00
parent 91883328fb
commit ae4cae1e97
@@ -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
];