python314Packages.claude-agent-sdk: 0.1.33 -> 0.1.35 (#489458)

This commit is contained in:
Nick Cao
2026-02-11 23:45:20 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "claude-agent-sdk";
version = "0.1.33";
version = "0.1.35";
pyproject = true;
src = fetchFromGitHub {
owner = "anthropics";
repo = "claude-agent-sdk-python";
tag = "v${finalAttrs.version}";
hash = "sha256-AnwkyP5qTL+pYfrFvjCNPsy15whfj8dJjZC9Qma03+c=";
hash = "sha256-vk8X9yt3GCTL3cGEEAf5CShtMTvDNKU3UrNHvhnaLto=";
};
build-system = [ hatchling ];