Skip to content

Commit

Permalink
Merge pull request #333930 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.anthropic

python312Packages.anthropic: 0.32.0 -> 0.33.0
  • Loading branch information
natsukium authored Aug 12, 2024
2 parents fbed97f + 6aeccc8 commit bc22320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/anthropic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

buildPythonPackage rec {
pname = "anthropic";
version = "0.32.0";
version = "0.33.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-en2vaHI+fE4Jrh91EtFyWRBr+k6KVPanwiOXkZBi3Ts=";
hash = "sha256-Xaj4FPveqiivud6Hi/LlRkM9/8jrvX6IDirO/laad5U=";
};

build-system = [
Expand Down

0 comments on commit bc22320

Please sign in to comment.