home-assistant: pin google-genai at 1.38.0

This commit is contained in:
Robert Schütz
2026-01-01 03:11:15 -08:00
parent 0d3e38e0d5
commit b25e1d759c
+10
View File
@@ -95,6 +95,16 @@ let
];
});
google-genai = super.google-genai.overridePythonAttrs rec {
version = "1.38.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-genai";
tag = "v${version}";
hash = "sha256-gJaLEpNKHl6n1MvQDIUW7ynsHYH2eEPGsYso5jSysNg=";
};
};
gspread = super.gspread.overridePythonAttrs (oldAttrs: rec {
version = "5.12.4";
src = fetchFromGitHub {