Skip to content

Commit 0d7e212

Browse files
authored
python312Packages.cohere: 5.10.0 -> 5.11.0 (#348453)
2 parents a3c0b3b + cd2a4e6 commit 0d7e212

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/cohere/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@
1515
pydantic,
1616
pydantic-core,
1717
requests,
18+
sagemaker,
1819
tokenizers,
1920
types-requests,
2021
typing-extensions,
2122
}:
2223

2324
buildPythonPackage rec {
2425
pname = "cohere";
25-
version = "5.10.0";
26+
version = "5.11.0";
2627
pyproject = true;
2728

2829
src = fetchFromGitHub {
2930
owner = "cohere-ai";
3031
repo = "cohere-python";
3132
rev = "refs/tags/${version}";
32-
hash = "sha256-9d72JWEz2L8yyZQKkdwQMgwQM3nz4yVHnmVCERaa5C8=";
33+
hash = "sha256-KhONCdIGKYbIcFG+zv6uXSiX+crsmgPZUU+5NsSWaA8=";
3334
};
3435

3536
build-system = [ poetry-core ];
@@ -43,6 +44,7 @@ buildPythonPackage rec {
4344
pydantic
4445
pydantic-core
4546
requests
47+
sagemaker
4648
tokenizers
4749
types-requests
4850
typing-extensions

0 commit comments

Comments
 (0)