Merge pull request #296267 from r-ryantm/auto-update/python312Packages.litellm

python312Packages.litellm: 1.31.6 -> 1.31.14
This commit is contained in:
Yt 2024-03-16 01:59:46 +00:00 committed by GitHub
commit b5f6213e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.31.6";
version = "1.31.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-OwIOggEfhvGKVTNiVWAt2osGk3R80U0wmcU6KAshpGw=";
hash = "sha256-/K8LhKr7TpOPk1CMqNoFJCF+C0N6A8pDkBmS6JZ0sb0=";
};
postPatch = ''