python3Packages.anthropic: 0.86.0 -> 0.94.0

This commit is contained in:
Sarah Clark
2026-04-11 15:48:43 -07:00
parent 08db481a08
commit 7d5033c3fb
@@ -38,14 +38,14 @@
buildPythonPackage (finalAttrs: {
pname = "anthropic";
version = "0.86.0";
version = "0.94.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "anthropic-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-24z9LrZ6xktwITQHHvslrT4J2RZ/CKbZD3uwbZBV+rE=";
hash = "sha256-Gh7My8ftI2o0CxrwuVsbr8tdZ2MtKdRw0mfQxb7REJk=";
};
postPatch = ''