python3Packages.cohere: 5.3.4 -> 5.5.8

https://github.com/cohere-ai/cohere-python/releases/tag/5.5.8
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:49 +02:00
parent 5f1c2f9b1b
commit 82af015c0d
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.3.4";
version = "5.5.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tFoshbAl3RU2fWm/knSN5KMOyCq7Swj6UwG3LokFH+I=";
hash = "sha256-hM52Zv+PvfT0H7X2ykUqsmOaUUvIiWeihUqbG4INbqA=";
};
build-system = [ poetry-core ];