about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-19 05:04:40 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-24 12:14:42 +0200
commit16b96378848e7e936cac336d446dfe27b0c0414e (patch)
treea68eecef60552a935d4f5c65d8d170a3ec9ae64e
parent5bac3507444a81d0484a0c9e855700e7f2e71aac (diff)
python3Packages.anthropic: 0.26.0 -> 0.28.1
https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.28.1
-rw-r--r--pkgs/development/python-modules/anthropic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/anthropic/default.nix b/pkgs/development/python-modules/anthropic/default.nix
index f97672495a668..07ac6c3081b77 100644
--- a/pkgs/development/python-modules/anthropic/default.nix
+++ b/pkgs/development/python-modules/anthropic/default.nix
@@ -21,7 +21,7 @@
 
 buildPythonPackage rec {
   pname = "anthropic";
-  version = "0.26.0";
+  version = "0.28.1";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
     owner = "anthropics";
     repo = "anthropic-sdk-python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-xoYhRRanqZ93UlSoqeeH83JmsoiijDTUDtnY3VDLQAg=";
+    hash = "sha256-n5Vmi2frUdSbrmulopwUlIO+blkf7cANoKTaTFZQdjw=";
   };
 
   build-system = [