Skip to content

Commit 28a0d59

Browse files
authored
python312Packages.anthropic: 0.47.2 -> 0.49.0 (NixOS#388012)
2 parents c56cc16 + 3058a46 commit 28a0d59

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
@@ -24,7 +24,7 @@
2424

2525
buildPythonPackage rec {
2626
pname = "anthropic";
27-
version = "0.47.2";
27+
version = "0.49.0";
2828
pyproject = true;
2929

3030
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
owner = "anthropics";
3434
repo = "anthropic-sdk-python";
3535
tag = "v${version}";
36-
hash = "sha256-W7ByBoPTpSOww+hf/uOQdpRm0NxX7vA9QbSLd9mVQdE=";
36+
hash = "sha256-vbK8rqCekWbgLAU7YlHUhfV+wB7Q3Rpx0OUYvq3WYWw=";
3737
};
3838

3939
build-system = [

0 commit comments

Comments
 (0)