python311Packages.litellm: 1.28.0 -> 1.28.11

This commit is contained in:
R. Ryantm
2024-03-04 11:42:14 +00:00
parent 0d58a849c9
commit 968b2f5ccd
@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.28.0";
version = "1.28.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-rmgKitWY2YFa+L9vpjXCsx5rCS2UrrobyKoleP5taG0=";
hash = "sha256-6RhJjrPS62f+qoNFQ8qRelZmA8Er9Myz8CF1c/fhBTc=";
};
postPatch = ''