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

python311Packages.litellm: 1.37.16 -> 1.38.8
This commit is contained in:
Yt
2024-05-27 09:20:53 +00:00
committed by GitHub
@@ -34,7 +34,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.37.16";
version = "1.38.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-WOkblyzncIn1F67qlh8rTosCal6j4zlXsHHrWbwhJOo=";
hash = "sha256-JzSAdr238wRAl2HGd6RVEgbHC4b2xw1GsYRCHSVVaQk=";
};
postPatch = ''