python312Packages.cohere: 5.10.0 -> 5.11.0
Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.10.0...5.11.0 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.11.0
This commit is contained in:
parent
62b5779a92
commit
cd2a4e6ba1
@ -15,6 +15,7 @@
|
|||||||
pydantic,
|
pydantic,
|
||||||
pydantic-core,
|
pydantic-core,
|
||||||
requests,
|
requests,
|
||||||
|
sagemaker,
|
||||||
tokenizers,
|
tokenizers,
|
||||||
types-requests,
|
types-requests,
|
||||||
typing-extensions,
|
typing-extensions,
|
||||||
@ -22,14 +23,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cohere";
|
pname = "cohere";
|
||||||
version = "5.10.0";
|
version = "5.11.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cohere-ai";
|
owner = "cohere-ai";
|
||||||
repo = "cohere-python";
|
repo = "cohere-python";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-9d72JWEz2L8yyZQKkdwQMgwQM3nz4yVHnmVCERaa5C8=";
|
hash = "sha256-KhONCdIGKYbIcFG+zv6uXSiX+crsmgPZUU+5NsSWaA8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
@ -43,6 +44,7 @@ buildPythonPackage rec {
|
|||||||
pydantic
|
pydantic
|
||||||
pydantic-core
|
pydantic-core
|
||||||
requests
|
requests
|
||||||
|
sagemaker
|
||||||
tokenizers
|
tokenizers
|
||||||
types-requests
|
types-requests
|
||||||
typing-extensions
|
typing-extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user