Skip to content

Commit

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

python311Packages.anthropic: 0.25.8 -> 0.26.0
  • Loading branch information
natsukium authored May 20, 2024
2 parents e804778 + 99c29c9 commit 3d7cb74
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 @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "anthropic";
version = "0.25.8";
version = "0.26.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "anthropics";
repo = "anthropic-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-CBe5rzO2+m1AGfDbAqxCzZ+Rm1Er4e0JuxtFRzgHV/Q=";
hash = "sha256-xoYhRRanqZ93UlSoqeeH83JmsoiijDTUDtnY3VDLQAg=";
};

build-system = [
Expand Down

0 comments on commit 3d7cb74

Please sign in to comment.