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:
parent
eaa49cde52
commit
1b6153a04e
@ -9,18 +9,19 @@
|
|||||||
, fastavro
|
, fastavro
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
, requests
|
, requests
|
||||||
|
, urllib3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cohere";
|
pname = "cohere";
|
||||||
version = "4.26.1";
|
version = "4.32";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-kiU5VooOWhqnjdhSHAIGV+D4pm9Qupz2oo0TZz9ASY8=";
|
hash = "sha256-OAd0e+mE8hHc6RHBM1vXE68qwrcPcpZ4OB5v9uRQ5oE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -42,6 +43,7 @@ buildPythonPackage rec {
|
|||||||
fastavro
|
fastavro
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
requests
|
requests
|
||||||
|
urllib3
|
||||||
];
|
];
|
||||||
|
|
||||||
# tests require CO_API_KEY
|
# tests require CO_API_KEY
|
||||||
|
Loading…
Reference in New Issue
Block a user