python312Packages.anthropic: 0.28.1 -> 0.31.2
Diff: https://github.com/anthropics/anthropic-sdk-python/compare/refs/tags/v0.28.1...v0.31.2 Changelog: https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.31.2
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user