From 346b6ef4d9cab3c082124ca0b6b791c0c102f2c0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 18 Oct 2024 23:05:04 +0200 Subject: [PATCH] python312Packages.cohere: 5.11.0 -> 5.11.1 Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.11.0...5.11.1 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.11.1 --- pkgs/development/python-modules/cohere/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index 90b3423ac353..9c28b1abc040 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -7,7 +7,6 @@ poetry-core, # dependencies - boto3, fastavro, httpx, httpx-sse, @@ -15,7 +14,6 @@ pydantic, pydantic-core, requests, - sagemaker, tokenizers, types-requests, typing-extensions, @@ -23,20 +21,19 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.11.0"; + version = "5.11.1"; pyproject = true; src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-KhONCdIGKYbIcFG+zv6uXSiX+crsmgPZUU+5NsSWaA8="; + hash = "sha256-3fYc0jOfmQ8wnKb5JZY+fXoN+8dXhJi5bj2TJHJaOEo="; }; build-system = [ poetry-core ]; dependencies = [ - boto3 fastavro httpx httpx-sse @@ -44,7 +41,6 @@ buildPythonPackage rec { pydantic pydantic-core requests - sagemaker tokenizers types-requests typing-extensions