python3Packages.claude-agent-sdk: 0.2.91 -> 0.2.93 (#528817)

This commit is contained in:
Fabian Affolter
2026-06-07 08:40:58 +00:00
committed by GitHub
@@ -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 ];