Merge pull request #264131 from natsukium/cohere/update

python311Packages.cohere: 4.26.1 -> 4.32
This commit is contained in:
OTABI Tomoya 2023-11-01 18:18:18 +09:00 committed by GitHub
commit 9469cad845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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