python312Packages.anthropic: 0.46.2 -> 0.47.2 (#385086)

This commit is contained in:
kirillrdy
2025-02-27 08:36:35 +11:00
committed by GitHub
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.46.0";
version = "0.47.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
tag = "v${version}";
hash = "sha256-dmc2RXutp7FHQ+AWSKKFWBclu/Jt5jOUWFrHEz8D38U=";
hash = "sha256-W7ByBoPTpSOww+hf/uOQdpRm0NxX7vA9QbSLd9mVQdE=";
};
build-system = [