about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-29 20:00:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-29 20:00:41 +0000
commit6b560b1786d37afcc7bfc660c31e42fe61e713b3 (patch)
treeffe605599e3fa23f5125e9c56c0af5e0ce420e37 /pkgs
parent97b17f32362e475016f942bbdfda4a4a72a8a652 (diff)
python311Packages.litellm: 1.19.0 -> 1.20.1
Diffstat (limited to 'pkgs')
-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 5647c2ee79097..7b649888b2d59 100644
--- a/pkgs/development/python-modules/litellm/default.nix
+++ b/pkgs/development/python-modules/litellm/default.nix
@@ -15,7 +15,7 @@
 , httpx
 }:
 let
-  version = "1.19.0";
+  version = "1.20.1";
 in
 buildPythonPackage rec {
   pname = "litellm";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "BerriAI";
     repo = "litellm";
     rev = "refs/tags/v${version}";
-    hash = "sha256-cHGLOcOC9G6FlJfyrf+owURfGtn/gCAJuhSPt9lJS0o=";
+    hash = "sha256-8CqYONNa6STq9GPkf2VIkZgbPorLxnIxmzEAFBaw2sM=";
   };
 
   postPatch = ''