python312Packages.anthropic: 0.52.2 -> 0.55.0 (#416751)

This commit is contained in:
Gaétan Lepage
2025-06-26 15:42:58 +02:00
committed by GitHub
@@ -24,20 +24,21 @@
dirty-equals,
nest-asyncio,
pytest-asyncio,
pytest-xdist,
pytestCheckHook,
respx,
}:
buildPythonPackage rec {
pname = "anthropic";
version = "0.52.2";
version = "0.55.0";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "anthropic-sdk-python";
tag = "v${version}";
hash = "sha256-vCIS2NDsScKESfYFHDTSRLb9ZhUsrEPHyfuubrbc+44=";
hash = "sha256-2IdsWNQdp4Cr6xP1MDnj5EN/jyGcxuc5bTKg349DpI8=";
};
postPatch = ''
@@ -69,6 +70,7 @@ buildPythonPackage rec {
dirty-equals
nest-asyncio
pytest-asyncio
pytest-xdist
pytestCheckHook
respx
];