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

python311Packages.litellm: 1.18.3 -> 1.19.0
This commit is contained in:
Yt 2024-01-25 23:57:55 +00:00 committed by GitHub
commit 47ed86df26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
, httpx
}:
let
version = "1.18.3";
version = "1.19.0";
in
buildPythonPackage rec {
pname = "litellm";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-V4OTEZMyhXDcva7k88uTVH6vJ1EsF549ZmqUqXETsB0=";
hash = "sha256-cHGLOcOC9G6FlJfyrf+owURfGtn/gCAJuhSPt9lJS0o=";
};
postPatch = ''