Unverified Commit 28a0d591 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.anthropic: 0.47.2 -> 0.49.0 (#388012)

parents c56cc16a 3058a464
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

buildPythonPackage rec {
  pname = "anthropic";
  version = "0.47.2";
  version = "0.49.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "anthropics";
    repo = "anthropic-sdk-python";
    tag = "v${version}";
    hash = "sha256-W7ByBoPTpSOww+hf/uOQdpRm0NxX7vA9QbSLd9mVQdE=";
    hash = "sha256-vbK8rqCekWbgLAU7YlHUhfV+wB7Q3Rpx0OUYvq3WYWw=";
  };

  build-system = [