Commit ff0334c2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.claude-agent-sdk: 0.1.46 -> 0.1.48

parent 00f6d545
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "claude-agent-sdk";
  version = "0.1.46";
  version = "0.1.48";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthropics";
    repo = "claude-agent-sdk-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Cxffdl8oQ9//lURbIVhhX9g1sin2BRj9hJ1/A6Tb++o=";
    hash = "sha256-1J915Q+/fUQEqaJbW/wn4aA4hqzAn0yZ7BxkTnfhTu0=";
  };

  build-system = [ hatchling ];