From 565076587a53f4b1ce1a8bc8033bfceae4466146 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 18 Dec 2023 09:22:09 +0000 Subject: [PATCH] python310Packages.anthropic: 0.7.4 -> 0.7.8 --- pkgs/development/python-modules/anthropic/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/anthropic/default.nix b/pkgs/development/python-modules/anthropic/default.nix index 228342f97082..f7a0a8ba6372 100644 --- a/pkgs/development/python-modules/anthropic/default.nix +++ b/pkgs/development/python-modules/anthropic/default.nix @@ -6,6 +6,7 @@ , distro , dirty-equals , httpx +, sniffio , pydantic , pytest-asyncio , respx @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "anthropic"; - version = "0.7.4"; + version = "0.7.8"; pyproject = true; disabled = pythonOlder "3.8"; @@ -26,7 +27,7 @@ buildPythonPackage rec { owner = "anthropics"; repo = "anthropic-sdk-python"; rev = "refs/tags/v${version}"; - hash = "sha256-iLHzoWgAMDZ0AJGVXw2Xnaby07FbhJqNGfW5bPNgfws="; + hash = "sha256-1mpNwZJbYdKVmUeUM+PBL6vPhwe8tr2SnAP/t/MMKpI="; }; nativeBuildInputs = [ @@ -37,6 +38,7 @@ buildPythonPackage rec { anyio distro httpx + sniffio pydantic tokenizers typing-extensions