home-assistant: pin google-genai at 1.38.0 (#475858)

This commit is contained in:
dotlambda
2026-01-03 14:47:05 +00:00
committed by GitHub
+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 {