Merge pull request #298654 from r-ryantm/auto-update/python311Packages.litellm

python311Packages.litellm: 1.33.7 -> 1.34.0
This commit is contained in:
Yt 2024-03-24 18:46:26 +00:00 committed by GitHub
commit 8fa9cf8234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 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,18 +42,18 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-o2MqZ9d2YDe0eQtao9OO9Ysl3cKTGiHqaYknOvcyCT4=";
hash = "sha256-FRAT7wQZEO60Hf3sJv+jLIHif8ium0j2Mr1mU/XKlCM=";
};
postPatch = ''
rm -rf dist
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiohttp
click
importlib-metadata