Loading pkgs/development/python-modules/anthropic/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "anthropic"; version = "0.28.1"; version = "0.31.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "anthropics"; repo = "anthropic-sdk-python"; rev = "refs/tags/v${version}"; hash = "sha256-n5Vmi2frUdSbrmulopwUlIO+blkf7cANoKTaTFZQdjw="; hash = "sha256-cKXOIVpF+CZ542JX9flQYKSrdYkSVeNESUztB6yaATQ="; }; build-system = [ Loading Loading @@ -71,6 +71,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Test require network access "tests/api_resources" "tests/lib/test_bedrock.py" ]; pytestFlagsArray = [ Loading Loading
pkgs/development/python-modules/anthropic/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "anthropic"; version = "0.28.1"; version = "0.31.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "anthropics"; repo = "anthropic-sdk-python"; rev = "refs/tags/v${version}"; hash = "sha256-n5Vmi2frUdSbrmulopwUlIO+blkf7cANoKTaTFZQdjw="; hash = "sha256-cKXOIVpF+CZ542JX9flQYKSrdYkSVeNESUztB6yaATQ="; }; build-system = [ Loading Loading @@ -71,6 +71,7 @@ buildPythonPackage rec { disabledTestPaths = [ # Test require network access "tests/api_resources" "tests/lib/test_bedrock.py" ]; pytestFlagsArray = [ Loading