3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.litellm: 1.17.0 -> 1.18.3

This commit is contained in:
R. Ryantm 2024-01-19 04:44:29 +00:00
parent 31347dd86d
commit 1f51b36fba

View file

@ -15,7 +15,7 @@
, httpx
}:
let
version = "1.17.0";
version = "1.18.3";
in
buildPythonPackage rec {
pname = "litellm";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-lH0J5QFjSHOkHZWZQaH5ig6d9vWm7Mj02ssVc6lE4Uo=";
hash = "sha256-V4OTEZMyhXDcva7k88uTVH6vJ1EsF549ZmqUqXETsB0=";
};
postPatch = ''