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 c56cc16 + 3058a46 commit 28a0d59Copy full SHA for 28a0d59
pkgs/development/python-modules/anthropic/default.nix
@@ -24,7 +24,7 @@
24
25
buildPythonPackage rec {
26
pname = "anthropic";
27
- version = "0.47.2";
+ version = "0.49.0";
28
pyproject = true;
29
30
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
33
owner = "anthropics";
34
repo = "anthropic-sdk-python";
35
tag = "v${version}";
36
- hash = "sha256-W7ByBoPTpSOww+hf/uOQdpRm0NxX7vA9QbSLd9mVQdE=";
+ hash = "sha256-vbK8rqCekWbgLAU7YlHUhfV+wB7Q3Rpx0OUYvq3WYWw=";
37
};
38
39
build-system = [
0 commit comments