python3Packages.cohere: 5.15.0 -> 5.16.2

https://github.com/cohere-ai/cohere-python/releases/tag/5.16.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:52 +02:00
parent fc1c3d1f8b
commit 05d04a93af
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.15.0";
version = "5.16.2";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-X/6eAST9du6GT3j0d1xZuYfzN5p7rYlgGIIqv7V6vik=";
hash = "sha256-/knKmNbvMC+efdY+0adM62W81e/pMhGCxLU0KwxUhOE=";
};
build-system = [ poetry-core ];