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

python311Packages.litellm: 1.37.9 -> 1.37.16
This commit is contained in:
Yt
2024-05-21 21:21:35 +00:00
committed by GitHub
@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.37.9";
version = "1.37.16";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-yLJprng/33bwLpfSwBKSIFtk7/KsYWHqm0H5O1w00ZM=";
hash = "sha256-WOkblyzncIn1F67qlh8rTosCal6j4zlXsHHrWbwhJOo=";
};
postPatch = ''