Merge pull request #297945 from r-ryantm/auto-update/python311Packages.google-generativeai

python311Packages.google-generativeai: 0.4.0 -> 0.4.1
This commit is contained in:
Fabian Affolter 2024-03-22 09:57:08 +01:00 committed by GitHub
commit df68a3f3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -8,14 +8,15 @@
, pythonOlder
, pythonRelaxDepsHook
, pydantic
, setuptools
, tqdm
, typing-extensions
}:
buildPythonPackage rec {
pname = "google-generativeai";
version = "0.4.0";
format = "setuptools";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,18 +24,19 @@ buildPythonPackage rec {
owner = "google";
repo = "generative-ai-python";
rev = "refs/tags/v${version}";
hash = "sha256-SrWAjvSqfHGMOe1hM0R4CBTOn+NsQtzR6b0hVn75LqY=";
hash = "sha256-+PRsxwy8Um6wCku9s7h8ERKEhcFsomEYAwYg+vpAGyg=";
};
pythonRelaxDeps = [
"google-ai-generativelanguage"
];
nativeBuildInputs = [
build-system = [
pythonRelaxDepsHook
setuptools
];
propagatedBuildInputs = [
dependencies = [
google-ai-generativelanguage
google-auth
google-api-core