python3Packages.cohere: 6.1.0 -> 7.0.1 (#525574)

This commit is contained in:
OTABI Tomoya
2026-05-30 13:35:55 +00:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "6.1.0";
version = "7.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-be6vhTGXnf1/iaD13VYjey/to+HX28VfmYlUPE2eFT4=";
hash = "sha256-+zjMs6frZYNb5g7TFLwcUiBfWKpYqJBwBoMIcNkFt0U=";
};
build-system = [ poetry-core ];