python311Packages.litellm: 1.33.7 -> 1.34.0

This commit is contained in:
R. Ryantm 2024-03-24 15:09:07 +00:00
parent 0ea4f4d8af
commit 2cee7b9ab1
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.33.7";
version = "1.34.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-o2MqZ9d2YDe0eQtao9OO9Ysl3cKTGiHqaYknOvcyCT4=";
hash = "sha256-FRAT7wQZEO60Hf3sJv+jLIHif8ium0j2Mr1mU/XKlCM=";
};
postPatch = ''