Unverified Commit 37b16d3c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.claude-agent-sdk: 0.1.60 -> 0.1.66 (#512981)

parents 4e3871c9 43c1fdfe
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.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 ];