Unverified Commit ac5ad1dd authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python312Packages.anthropic: 0.45.2 -> 0.46.0 (#384216)

parents 011a6fa9 e2fa1483
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "anthropic";
  version = "0.45.2";
  version = "0.46.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "anthropics";
    repo = "anthropic-sdk-python";
    tag = "v${version}";
    hash = "sha256-/QuAUU0/nNhJZouCP0LVkCFMTiNdeze/fF+SZKD1Jis=";
    hash = "sha256-dmc2RXutp7FHQ+AWSKKFWBclu/Jt5jOUWFrHEz8D38U=";
  };

  build-system = [