Skip to content

Commit

Permalink
python312Packages.anthropic: 0.34.0 -> 0.34.2 (#337240)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 1, 2024
2 parents 2a6764d + 3a58705 commit 4d67e9b
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.34.0";
version = "0.34.2";
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-UjwBxuhXuwJfWewg9si/oIuXgiqbNAYm4lK2f+C6VJU=";
hash = "sha256-JSc1Atl6nN0eOJf4dx7tkb05creU43zRM08HKorznW4=";
};

build-system = [
Expand Down

0 comments on commit 4d67e9b

Please sign in to comment.