Skip to content

Commit 3d7cb74

Browse files
authored
Merge pull request #312917 from r-ryantm/auto-update/python311Packages.anthropic
python311Packages.anthropic: 0.25.8 -> 0.26.0
2 parents e804778 + 99c29c9 commit 3d7cb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/anthropic/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
buildPythonPackage rec {
2323
pname = "anthropic";
24-
version = "0.25.8";
24+
version = "0.26.0";
2525
pyproject = true;
2626

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

3636
build-system = [

0 commit comments

Comments
 (0)