python312Packages.anthropic: 0.45.2 -> 0.46.0

This commit is contained in:
R. Ryantm
2025-02-22 11:09:44 +00:00
parent d8b348c8ed
commit e2fa1483a1
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.45.2";
version = "0.46.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
tag = "v${version}";
hash = "sha256-/QuAUU0/nNhJZouCP0LVkCFMTiNdeze/fF+SZKD1Jis=";
hash = "sha256-dmc2RXutp7FHQ+AWSKKFWBclu/Jt5jOUWFrHEz8D38U=";
};
build-system = [