Commit a1f8aeb
committed
fix(deps): bump litellm cap to >=1.83.7 to admit CVE patches
The current cap of <=1.82.6 was added in 77f1c41 to exclude the
supply-chain compromise of litellm 1.82.7/8. Five CVEs have since
been disclosed against litellm <=1.82.6 (2 critical: GHSA-r75f-
5x8p-qvmc, GHSA-jjhc-v7c2-5hh6; 3 high: GHSA-xqmj-j6mv-4862,
GHSA-69x8-hrgq-fjj8, GHSA-53mr-6c8q-9789), with fixes in 1.83.0
and 1.83.7. The new lower bound (1.83.7) still excludes the
originally compromised 1.82.7/8.
Tested: tests/unittests/models/test_litellm.py and
tests/unittests/models/test_litellm_import.py pass (259 passed,
0 failed) against litellm 1.83.13 with the new constraint.
Refs #54881 parent 7de5bc5 commit a1f8aeb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments