python3Packages.cohere: 5.20.7 -> 5.21.1

This commit is contained in:
R. Ryantm
2026-03-31 15:35:12 +00:00
parent 803c334e05
commit e9b8f5cf5e
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.20.7";
version = "5.21.1";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-oHYCQBJhBc4fWnXW1OyXdm+Ni46kIo9UoO84cKZHKgo=";
hash = "sha256-RT4Sxk9fKunuyEXl2pvKgS6U82fPKjMPmSl9jwm+GBk=";
};
build-system = [ poetry-core ];