python3Packages.cohere: 5.20.1 -> 5.20.2

This commit is contained in:
R. Ryantm
2025-12-20 12:47:19 +00:00
parent c05bb128a5
commit ee93a8e2b3
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.20.1";
version = "5.20.2";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-oX3TSFR/Z33SpolWsEIGt7zH/6hJJE5p/j6oEdBfX6I=";
hash = "sha256-Z0EEtDjVWYkE19nyo1ZQF0qE+Pe0VXlORaLtriPGSDQ=";
};
build-system = [ poetry-core ];