Commit d40ef4a
committed
fix(deps): pin litellm upper bound to 1.83.14
Re-apply the project's exact-version cap pattern (the original
was <=1.82.6) instead of the looser <2 I'd proposed. Pinning to
the current latest release means every future litellm version
needs an explicit ADK PR before it can resolve into user
environments. That is how the prior <=1.82.6 cap held the line
once 1.82.7/8 were known-bad.
Verified: 259 litellm tests pass against installed 1.83.13.
Addresses review feedback on #5489.1 parent a1f8aeb commit d40ef4a
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