Skip to content

Commit 6345a50

Browse files
authored
Merge pull request #275685 from r-ryantm/auto-update/python310Packages.litellm
python310Packages.litellm: 1.7.11 -> 1.15.0
2 parents 571f06a + bd9c80c commit 6345a50

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
@@ -15,7 +15,7 @@
1515
, httpx
1616
}:
1717
let
18-
version = "1.7.11";
18+
version = "1.15.0";
1919
in
2020
buildPythonPackage rec {
2121
pname = "litellm";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "BerriAI";
2727
repo = "litellm";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-B2LGaA6A+pU2aDzPS2d5stY+Z8Wxq3BkXB1CLY6vBiY=";
29+
hash = "sha256-s3Ue/N04YZHEfEnVxPHupRSVDHxWjVse8FDlRF5yKCk=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)