python311Packages.litellm: 1.16.19 -> 1.17.0

This commit is contained in:
R. Ryantm
2024-01-11 09:20:20 +00:00
parent 7f311dd922
commit 2e84597ff4
@@ -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 = ''