python3Packages.claude-agent-sdk: 0.2.91 -> 0.2.93

This commit is contained in:
R. Ryantm
2026-06-06 14:25:40 +00:00
parent cbb5cf358f
commit 88fa806e94
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "claude-agent-sdk";
version = "0.2.91";
version = "0.2.93";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "claude-agent-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-rnVFerHFU7GoaTfkea28Cib8m1iLgs70eDhx+g/04Xs=";
hash = "sha256-QicWndxvYe2E9bYgIcPWVm2E9M5WRpH84C2biW/QhaE=";
};
build-system = [ hatchling ];