Loading pkgs/development/python-modules/anthropic/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -24,20 +24,21 @@ dirty-equals, nest-asyncio, pytest-asyncio, pytest-xdist, pytestCheckHook, respx, }: buildPythonPackage rec { pname = "anthropic"; version = "0.52.2"; version = "0.55.0"; pyproject = true; src = fetchFromGitHub { owner = "anthropics"; repo = "anthropic-sdk-python"; tag = "v${version}"; hash = "sha256-vCIS2NDsScKESfYFHDTSRLb9ZhUsrEPHyfuubrbc+44="; hash = "sha256-2IdsWNQdp4Cr6xP1MDnj5EN/jyGcxuc5bTKg349DpI8="; }; postPatch = '' Loading Loading @@ -69,6 +70,7 @@ buildPythonPackage rec { dirty-equals nest-asyncio pytest-asyncio pytest-xdist pytestCheckHook respx ]; Loading Loading
pkgs/development/python-modules/anthropic/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -24,20 +24,21 @@ dirty-equals, nest-asyncio, pytest-asyncio, pytest-xdist, pytestCheckHook, respx, }: buildPythonPackage rec { pname = "anthropic"; version = "0.52.2"; version = "0.55.0"; pyproject = true; src = fetchFromGitHub { owner = "anthropics"; repo = "anthropic-sdk-python"; tag = "v${version}"; hash = "sha256-vCIS2NDsScKESfYFHDTSRLb9ZhUsrEPHyfuubrbc+44="; hash = "sha256-2IdsWNQdp4Cr6xP1MDnj5EN/jyGcxuc5bTKg349DpI8="; }; postPatch = '' Loading Loading @@ -69,6 +70,7 @@ buildPythonPackage rec { dirty-equals nest-asyncio pytest-asyncio pytest-xdist pytestCheckHook respx ]; Loading