python312Packages.anthropic: 0.33.0 -> 0.34.0

This commit is contained in:
R. Ryantm
2024-08-18 22:55:05 +00:00
parent 625941e1a9
commit 28505bd002
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.33.0";
version = "0.34.0";
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-Xaj4FPveqiivud6Hi/LlRkM9/8jrvX6IDirO/laad5U=";
hash = "sha256-UjwBxuhXuwJfWewg9si/oIuXgiqbNAYm4lK2f+C6VJU=";
};
build-system = [