Gaetan Lepage 2024-07-25 17:53:16 +02:00
parent e2504c3429
commit 6a1320daba

View File

@ -14,6 +14,7 @@
httpx-sse,
parameterized,
pydantic,
pydantic-core,
requests,
tokenizers,
types-requests,
@ -22,7 +23,7 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.6.2";
version = "5.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -31,7 +32,7 @@ buildPythonPackage rec {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-NnEjW4zDVaU87Sm1t7DM7QPbcpAf7X9MGkV346Bb4Xk=";
hash = "sha256-j8X+DLE6DOxaKoZC1J8eAWZUr3XsfY6RZMKrmJqQ6dw=";
};
build-system = [ poetry-core ];
@ -43,6 +44,7 @@ buildPythonPackage rec {
httpx-sse
parameterized
pydantic
pydantic-core
requests
tokenizers
types-requests