Unverified Commit 5afde07c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.claude-agent-sdk: 0.1.66 -> 0.1.68 (#513993)

parents 4922b16b 1a6dc157
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.66";
  version = "0.1.68";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthropics";
    repo = "claude-agent-sdk-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Y8mWJDw/pYrNuA9tm3nAWplin+zGbd/x/I2KnKI8oww=";
    hash = "sha256-m42AYi9OkII9NOSNV9D9M7GMamh2Qncpz21s7BS1E70=";
  };

  build-system = [ hatchling ];