about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-04-30 21:27:55 +0000
committerGitHub <noreply@github.com>2024-04-30 21:27:55 +0000
commit84956c5a00d1d139eb890d436ac69cc06089cb28 (patch)
treecdcedfec9522b7bcc148d0454cad42c407820c54
parent9027d4164feadd81e550ea802526afc7e46fbcfb (diff)
parent86d2bf5e93853776f1b1d706a70db49f0b2da44b (diff)
Merge pull request #308044 from r-ryantm/auto-update/python311Packages.litellm
python311Packages.litellm: 1.35.26 -> 1.35.32
-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 a4cb72860af82..25c8068a199a0 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.35.26";
+  version = "1.35.32";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
     owner = "BerriAI";
     repo = "litellm";
     rev = "refs/tags/v${version}";
-    hash = "sha256-GJ7Gnt9LyKgiD0VvRP2wKeF3sOzDimVVIz2BRIKuAqg=";
+    hash = "sha256-vNmhFd1lm1pfni2ZK0DshBC9cDRiSWhXTUHAPh/oGJc=";
   };
 
   postPatch = ''