We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e9dc89 + 0a7544a commit fcf7e79Copy full SHA for fcf7e79
pkgs/development/python-modules/anthropic/default.nix
@@ -22,7 +22,7 @@
22
23
buildPythonPackage rec {
24
pname = "anthropic";
25
- version = "0.35.0";
+ version = "0.39.0";
26
pyproject = true;
27
28
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
owner = "anthropics";
32
repo = "anthropic-sdk-python";
33
rev = "refs/tags/v${version}";
34
- hash = "sha256-/lA44YwUWwm8ZswCBneT3sutcpQ2GPv0S2bHTUGiwwg=";
+ hash = "sha256-lpW+waHvwgbhK7EnPZy/XI8gK3a8JjFflPqUFbDN1z8=";
35
};
36
37
build-system = [
0 commit comments