python3Packages.anthropic: 0.55.0 -> 0.59.0

https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.59.0
This commit is contained in:
Sarah Clark
2025-07-27 17:01:35 -07:00
parent 13a9151777
commit c4968b978a
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.55.0";
version = "0.59.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "anthropic-sdk-python";
tag = "v${version}";
hash = "sha256-2IdsWNQdp4Cr6xP1MDnj5EN/jyGcxuc5bTKg349DpI8=";
hash = "sha256-JUgJB0+9zfmj3asjn7FOozNB9STkKEvObbTP3KLDV+M=";
};
postPatch = ''