python311Packages.cohere: 4.26.1 -> 4.32

Changelog: https://github.com/cohere-ai/cohere-python/blob/main/CHANGELOG.md#432
This commit is contained in:
natsukium 2023-10-29 17:16:52 +09:00
parent eaa49cde52
commit 1b6153a04e
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -9,18 +9,19 @@
, fastavro
, importlib-metadata
, requests
, urllib3
}:
buildPythonPackage rec {
pname = "cohere";
version = "4.26.1";
version = "4.32";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kiU5VooOWhqnjdhSHAIGV+D4pm9Qupz2oo0TZz9ASY8=";
hash = "sha256-OAd0e+mE8hHc6RHBM1vXE68qwrcPcpZ4OB5v9uRQ5oE=";
};
patches = [
@ -42,6 +43,7 @@ buildPythonPackage rec {
fastavro
importlib-metadata
requests
urllib3
];
# tests require CO_API_KEY