We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb74a6f commit bdcd159Copy full SHA for bdcd159
pkgs/development/python-modules/litellm/default.nix
@@ -37,7 +37,7 @@
37
38
buildPythonPackage rec {
39
pname = "litellm";
40
- version = "1.53.9";
+ version = "1.58.2";
41
pyproject = true;
42
43
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
46
owner = "BerriAI";
47
repo = "litellm";
48
tag = "v${version}";
49
- hash = "sha256-xSILlbZhu6GgFFg5+f20x2Hxy4KnHMbSV18VFnjUrMQ=";
+ hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI=";
50
};
51
52
build-system = [ poetry-core ];
0 commit comments