python311Packages.litellm: 1.37.9 -> 1.37.16

This commit is contained in:
R. Ryantm
2024-05-20 11:37:00 +00:00
parent 0f6bec728b
commit 89284c2111
@@ -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 = ''