python310Packages.litellm: 0.1.738 -> 0.11.1
This commit is contained in:
parent
498a954c4e
commit
0d930cd6bb
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue