about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-20 16:02:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-20 16:02:54 +0000
commitda49096833ff1b039c1fcd11228db6f184bf727d (patch)
tree17e8d43228c78ad548c9d689156d079b3fd9ab1c
parent6f8d5811de4ac06ad7dbcb38337cc5081a7f95fb (diff)
python311Packages.litellm: 1.32.4 -> 1.32.7
-rw-r--r--pkgs/development/python-modules/litellm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/litellm/default.nix b/pkgs/development/python-modules/litellm/default.nix
index 3650ab3731bcd..e309fd66bcdbe 100644
--- a/pkgs/development/python-modules/litellm/default.nix
+++ b/pkgs/development/python-modules/litellm/default.nix
@@ -33,7 +33,7 @@
 
 buildPythonPackage rec {
   pname = "litellm";
-  version = "1.32.4";
+  version = "1.32.7";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
     owner = "BerriAI";
     repo = "litellm";
     rev = "refs/tags/v${version}";
-    hash = "sha256-rAHh4oCOfK4uS1GY8TXOxGwe/kRJKIBh/O6kLxYm8Qs=";
+    hash = "sha256-rftiF6D3yyF1gRVz8Pny6Y/0mJnRYVhAsFt8YP+j1aY=";
   };
 
   postPatch = ''