Merge pull request #280226 from r-ryantm/auto-update/python311Packages.litellm

python311Packages.litellm: 1.16.19 -> 1.17.0
This commit is contained in:
Yt
2024-01-12 02:00:08 +01:00
committed by GitHub
@@ -15,7 +15,7 @@
, httpx
}:
let
version = "1.16.19";
version = "1.17.0";
in
buildPythonPackage rec {
pname = "litellm";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-KNQuTgJj7oLJsxfi8g9ShC5WHyrdpZGI5Nfgxzu/eak=";
hash = "sha256-lH0J5QFjSHOkHZWZQaH5ig6d9vWm7Mj02ssVc6lE4Uo=";
};
postPatch = ''