python310Packages.litellm: 0.1.738 -> 0.11.1

This commit is contained in:
R. Ryantm 2023-11-06 16:43:15 +00:00 committed by Yt
parent 498a954c4e
commit 0d930cd6bb

View file

@ -8,7 +8,7 @@
, tiktoken
}:
let
version = "0.1.738";
version = "0.11.1";
in
buildPythonPackage rec {
pname = "litellm";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-1Ft2E5I3OkVZUfmQHN1Qe/Z3cvLid8ie3BCeZoAii8U=";
hash = "sha256-5Zk1lc7G0dU/AoLE5V+p30wE/gRfYRPsVS3sNgwWzCU=";
};
postPatch = ''