File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkgs/development/python-modules/cohere Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515 pydantic ,
1616 pydantic-core ,
1717 requests ,
18+ sagemaker ,
1819 tokenizers ,
1920 types-requests ,
2021 typing-extensions ,
2122} :
2223
2324buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments