Skip to content

Commit fcf7e79

Browse files
authored
python312Packages.anthropic: 0.35.0 -> 0.39.0 (#354808)
2 parents 9e9dc89 + 0a7544a commit fcf7e79

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
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage rec {
2424
pname = "anthropic";
25-
version = "0.35.0";
25+
version = "0.39.0";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "anthropics";
3232
repo = "anthropic-sdk-python";
3333
rev = "refs/tags/v${version}";
34-
hash = "sha256-/lA44YwUWwm8ZswCBneT3sutcpQ2GPv0S2bHTUGiwwg=";
34+
hash = "sha256-lpW+waHvwgbhK7EnPZy/XI8gK3a8JjFflPqUFbDN1z8=";
3535
};
3636

3737
build-system = [

0 commit comments

Comments
 (0)