python3Packages.claude-agent-sdk: 0.1.68 -> 0.1.72

This commit is contained in:
R. Ryantm
2026-05-03 00:01:59 +00:00
parent e9d5d59199
commit 1b21137846
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "claude-agent-sdk";
version = "0.1.68";
version = "0.1.72";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "claude-agent-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-m42AYi9OkII9NOSNV9D9M7GMamh2Qncpz21s7BS1E70=";
hash = "sha256-F8V1BUC0jeGWWFBS1GE931bycm0xJlAmoH1kPpxkk9o=";
};
build-system = [ hatchling ];