python313Packages.cohere: 5.16.2 -> 5.17.0
Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.17.0
This commit is contained in:
@@ -20,16 +20,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cohere";
|
||||
version = "5.16.2";
|
||||
version = "5.17.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cohere-ai";
|
||||
repo = "cohere-python";
|
||||
tag = version;
|
||||
hash = "sha256-/knKmNbvMC+efdY+0adM62W81e/pMhGCxLU0KwxUhOE=";
|
||||
hash = "sha256-spnkDzkPAjf/4vG7bB4d9RBc3tES+Va4wzmFJFA2/NI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "httpx-sse" ];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user