Merge pull request #330371 from natsukium/anthropic/update

python312Packages.anthropic: 0.28.1 -> 0.31.2
This commit is contained in:
OTABI Tomoya
2024-07-29 09:37:39 +09:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.28.1";
version = "0.31.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -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 = [
@@ -71,6 +71,7 @@ buildPythonPackage rec {
disabledTestPaths = [
# Test require network access
"tests/api_resources"
"tests/lib/test_bedrock.py"
];
pytestFlagsArray = [