python3Packages.claude-agent-sdk: 0.1.60 -> 0.1.66

This commit is contained in:
R. Ryantm
2026-04-24 03:56:02 +00:00
parent 1a78a34963
commit 43c1fdfe1a
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "claude-agent-sdk";
version = "0.1.60";
version = "0.1.66";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "claude-agent-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-4pDR8YkzF5tt6JlWN5zfNxQah7hz97bqeputPUstqfY=";
hash = "sha256-Y8mWJDw/pYrNuA9tm3nAWplin+zGbd/x/I2KnKI8oww=";
};
build-system = [ hatchling ];