Version v0.1.108¶
This release focuses on dependency management improvements and cleanup. Key updates include pinning the litellm dependency to a specific version range, removing an incorrect lock file, and updating several indirect dependencies to their latest versions.
New Features¶
- Pin litellm dependency to versions >=1.50.0 and <1.82.7 across project files and refresh lockfile (44d102) (Eric Ma)
Bug Fixes¶
- Remove mistakenly committed uv.lock file and add it to .gitignore to prevent future commits (57cca5) (Eric Ma)
Deprecations¶
- None in this release