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

Merge pull request #253580 from r-ryantm/auto-update/python310Packages.anthropic

python310Packages.anthropic: 0.3.10 -> 0.3.11
parents 7692a948 2e80f646
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "anthropic";
  version = "0.3.10";
  version = "0.3.11";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "anthropics";
    repo = "anthropic-sdk-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-OmT8a588eprCTUnnhLF5+XSOtetiUMouaWz1hrTl1ao=";
    hash = "sha256-bjagT0I0/N76CGf1b8EBNyOTzPBWybr2I2yO5NWO3po=";
  };

  nativeBuildInputs = [