Commit e072e1b
authored
chore: pin LiteLLM to known good version (#1823)
Per internal guidance, pin LiteLLM to a known good version.
- Keeps the lower-bound specification (`>=1.74`)
- Effectively changes the upper-bound from (`<2.0` to `<1.82.7`)
- Added greppable string: `# pin to known-good version` for easier replacement.
Although `1.82.7` and `1.82.8` have already been purged from PyPI, still do this. We can revisit later when deemed appropriate.
Closes
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/NeMo-Agent-Toolkit/blob/develop/docs/source/resources/contributing/index.md).
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
- Any contribution which contains commits that are not Signed-Off will not be accepted.
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.
## Summary by CodeRabbit
* **Chores**
* Updated litellm dependency version constraints to a specific range across multiple packages.
Authors:
- Will Killian (https://github.com/willkill07)
Approvers:
- https://github.com/mnajafian-nv
- David Gardner (https://github.com/dagardner-nv)
URL: #18231 parent 2a9bf12 commit e072e1b
9 files changed
Lines changed: 172 additions & 172 deletions
File tree
- examples/frameworks
- adk_demo
- agno_personal_finance
- packages
- nvidia_nat_adk
- nvidia_nat_agno
- nvidia_nat_crewai
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments