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.
2 parents d50941c + e0d326e commit 3745928Copy full SHA for 3745928
pkgs/development/python-modules/litellm/default.nix
@@ -37,7 +37,7 @@
37
38
buildPythonPackage rec {
39
pname = "litellm";
40
- version = "1.42.12";
+ version = "1.44.7";
41
pyproject = true;
42
43
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
46
owner = "BerriAI";
47
repo = "litellm";
48
rev = "refs/tags/v${version}";
49
- hash = "sha256-Wd6u2bOZjdL3jexT3CkiXX3zfcXwMlNEifG/6ak5Qbw=";
+ hash = "sha256-qEO5QWaW3Nd/zKNjZ31e5y5hNc55qZGDYCD66z+ftUk=";
50
};
51
52
build-system = [ poetry-core ];
0 commit comments