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

python312Packages.litellm: 1.41.21 -> 1.41.28
This commit is contained in:
Yt 2024-07-25 00:51:58 +00:00 committed by GitHub
commit dae7b0dc63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.41.21";
version = "1.41.28";
pyproject = true;
disabled = pythonOlder "3.8";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-JVW60jq+C/eSaB5E6D/1cTE9LOqz/HT+bV9KJKdN+zs=";
hash = "sha256-DNFzBl2K4liphEMVPRbLWMzzCxtIcvUgQxvppAnv/10=";
};
build-system = [ poetry-core ];