python313Packages.cohere: 5.16.2 -> 5.17.0

Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.17.0
This commit is contained in:
Fabian Affolter
2025-08-13 22:28:08 +02:00
parent 564fbe4246
commit 01c4d563f1
@@ -20,16 +20,18 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.16.2";
version = "5.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-/knKmNbvMC+efdY+0adM62W81e/pMhGCxLU0KwxUhOE=";
hash = "sha256-spnkDzkPAjf/4vG7bB4d9RBc3tES+Va4wzmFJFA2/NI=";
};
pythonRelaxDeps = [ "httpx-sse" ];
build-system = [ poetry-core ];
dependencies = [