Skip to content

Commit bdcd159

Browse files
committed
python3Packages.litellm: 1.53.9 -> 1.58.2
1 parent fb74a6f commit bdcd159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/litellm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
buildPythonPackage rec {
3939
pname = "litellm";
40-
version = "1.53.9";
40+
version = "1.58.2";
4141
pyproject = true;
4242

4343
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
4646
owner = "BerriAI";
4747
repo = "litellm";
4848
tag = "v${version}";
49-
hash = "sha256-xSILlbZhu6GgFFg5+f20x2Hxy4KnHMbSV18VFnjUrMQ=";
49+
hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI=";
5050
};
5151

5252
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)