python3Packages.cohere: 5.20.5 -> 5.20.7

This commit is contained in:
R. Ryantm
2026-02-25 18:56:29 +00:00
parent 23eae0051a
commit 994366f123
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.20.5";
version = "5.20.7";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-eVifLH1IG3O4OlXWkKV6nS4UB1W5cbQPGkrxuz8IF7Q=";
hash = "sha256-oHYCQBJhBc4fWnXW1OyXdm+Ni46kIo9UoO84cKZHKgo=";
};
build-system = [ poetry-core ];