python3Packages.google-genai: 1.62.0 -> 1.63.0

This commit is contained in:
R. Ryantm
2026-02-14 18:14:29 +00:00
parent c4b8472442
commit 9093a3fb9b
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "google-genai";
version = "1.62.0";
version = "1.63.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-LxTWMJbkwndbmp3hNL4n4OxSI7GjMkoFc/17LbjaIyo=";
hash = "sha256-aTuMvF6ZymKfhw7wjV0flaOW5BD37eNYfAR7IM6BJRg=";
};
build-system = [