Merge pull request #279734 from r-ryantm/auto-update/python310Packages.litellm

python310Packages.litellm: 1.15.0 -> 1.16.19
This commit is contained in:
Yt
2024-01-09 23:50:25 +01:00
committed by GitHub
@@ -15,7 +15,7 @@
, httpx
}:
let
version = "1.15.0";
version = "1.16.19";
in
buildPythonPackage rec {
pname = "litellm";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-s3Ue/N04YZHEfEnVxPHupRSVDHxWjVse8FDlRF5yKCk=";
hash = "sha256-KNQuTgJj7oLJsxfi8g9ShC5WHyrdpZGI5Nfgxzu/eak=";
};
postPatch = ''