Merge pull request #298568 from fabaff/google-ai-generativelanguage-bump

python312Packages.google-ai-generativelanguage: 0.5.4 -> 0.6.0
This commit is contained in:
Fabian Affolter 2024-03-26 10:05:05 +01:00 committed by GitHub
commit fa1c6edd0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 4 deletions

View File

@ -11,21 +11,26 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-ai-generativelanguage";
version = "0.5.4";
format = "setuptools";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XBhXXrzbIiKoFPew/UdUD673AUPb96rm9LudyVcY3H8=";
hash = "sha256-vA/JVTaj3+NuA91LJo+Utn1hxogihr/OaBV4ujOFm7o=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
google-api-core
grpcio
grpcio-status