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

python311Packages.litellm: 1.20.1 -> 1.20.9
This commit is contained in:
Yt 2024-02-01 23:04:03 +00:00 committed by GitHub
commit 9530f2c11b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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