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 e804778 + 99c29c9 commit 3d7cb74Copy full SHA for 3d7cb74
pkgs/development/python-modules/anthropic/default.nix
@@ -21,7 +21,7 @@
21
22
buildPythonPackage rec {
23
pname = "anthropic";
24
- version = "0.25.8";
+ version = "0.26.0";
25
pyproject = true;
26
27
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
30
owner = "anthropics";
31
repo = "anthropic-sdk-python";
32
rev = "refs/tags/v${version}";
33
- hash = "sha256-CBe5rzO2+m1AGfDbAqxCzZ+Rm1Er4e0JuxtFRzgHV/Q=";
+ hash = "sha256-xoYhRRanqZ93UlSoqeeH83JmsoiijDTUDtnY3VDLQAg=";
34
};
35
36
build-system = [
0 commit comments