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

python311Packages.litellm: 1.20.9 -> 1.22.3
This commit is contained in:
Yt 2024-02-05 20:53:53 +00:00 committed by GitHub
commit 6fde7581b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
, httpx , httpx
}: }:
let let
version = "1.20.9"; version = "1.22.3";
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "litellm"; pname = "litellm";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "BerriAI"; owner = "BerriAI";
repo = "litellm"; repo = "litellm";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-Sb5vfaKFUjBWfR/SPHLJLPD/EpoEwW56xKqgbUgM0K4="; hash = "sha256-80XEbc0DW4CWGIAjbV2bossAKqvmqZqfZoFZi8H4NNc=";
}; };
postPatch = '' postPatch = ''