python3Packages.google-genai: 1.19.0 -> 1.20.0 (#417337)

This commit is contained in:
dotlambda
2025-06-17 21:32:25 -07:00
committed by GitHub
@@ -1,10 +1,13 @@
{
aiohttp,
anyio,
buildPythonPackage,
fetchFromGitHub,
google-auth,
httpx,
lib,
packaging,
pkginfo,
pydantic,
pytestCheckHook,
requests,
@@ -16,17 +19,19 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.19.0";
version = "1.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-p9W34v1ToLwketM+wOfrouLLl9pFBljL5doykuZRINo=";
hash = "sha256-7DwLIK3/VCVSt9lq0Q0IRbhfLXOWw1TbPpDgI4jr9cg=";
};
build-system = [
packaging
pkginfo
setuptools
twine
];
@@ -43,6 +48,10 @@ buildPythonPackage rec {
websockets
];
optional-dependencies = {
aiohttp = [ aiohttp ];
};
pythonImportsCheck = [ "google.genai" ];
nativeCheckInputs = [