From 6a05c6b513b1de7d13197c7d6c75f29cb3db8d68 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Jan 2025 21:24:13 +0000 Subject: [PATCH] python312Packages.cohere: 5.13.6 -> 5.13.11 --- pkgs/development/python-modules/cohere/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index 9de8a9a62e8b..9e7a56f2abfa 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -10,7 +10,6 @@ fastavro, httpx, httpx-sse, - parameterized, pydantic, pydantic-core, requests, @@ -21,14 +20,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.13.6"; + version = "5.13.11"; pyproject = true; src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; tag = version; - hash = "sha256-LfEHyZT/x8cIXN9eMpMTVoY22uPNaBCMfw5Y9rI7WGk="; + hash = "sha256-vDf5EoXCnYJhPnn9uj9L2cAnj7z1HVG1KxtxXByjwt8="; }; build-system = [ poetry-core ]; @@ -37,7 +36,6 @@ buildPythonPackage rec { fastavro httpx httpx-sse - parameterized pydantic pydantic-core requests