Skip to content

Commit 3745928

Browse files
authored
python312Packages.litellm: 1.42.12 -> 1.44.7 (#337704)
2 parents d50941c + e0d326e commit 3745928

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.42.12";
40+
version = "1.44.7";
4141
pyproject = true;
4242

4343
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
4646
owner = "BerriAI";
4747
repo = "litellm";
4848
rev = "refs/tags/v${version}";
49-
hash = "sha256-Wd6u2bOZjdL3jexT3CkiXX3zfcXwMlNEifG/6ak5Qbw=";
49+
hash = "sha256-qEO5QWaW3Nd/zKNjZ31e5y5hNc55qZGDYCD66z+ftUk=";
5050
};
5151

5252
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)