Skip to content

Dependency sweep: bump litellm to 1.98.0 and refresh lockfile - #2530

Open
Derek Worthen (dworthen) with Copilot wants to merge 2 commits into
mainfrom
copilot/update-deps-sweep
Open

Dependency sweep: bump litellm to 1.98.0 and refresh lockfile#2530
Derek Worthen (dworthen) with Copilot wants to merge 2 commits into
mainfrom
copilot/update-deps-sweep

Conversation

Copilot AI commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Description

Automated dependency sweep raising versions across the uv workspace to their latest eligible releases.

Related Issues

Automated dependency update sweep.

Proposed Changes

  • packages/graphrag-llm/pyproject.toml: bumped pinned litellm==1.97.01.98.0 (the only direct dependency gated by its specifier; all other ~=X.Y specifiers already admit the latest available versions).
  • uv.lock: uv lock --upgrade floated transitive deps to latest allowed (e.g. ruff 0.16.3→0.16.4, tiktoken 0.13.0→0.14.0, huggingface-hub 1.27→1.28, azure-storage-blob 12.30.0→12.30.1); litellm pulled in boto3/botocore/s3transfer.
  • Held pins left untouched: graspologic-native>=1.2,<1.3 and nltk~=3.9.0 (both break golden regression data on newer majors).
  • Added a patch semversioner changelog entry.

No cross-package graphrag-*== pins or version fields were modified.

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation (if necessary).
  • I have added appropriate unit tests (if applicable).

Additional Notes

All resolves used the configured Microsoft feed proxy; no version newer than the proxy's 7-day threshold was selected. poe check, test_unit (317 passed), and test_verbs (15 passed) are green.

Co-authored-by: dworthen <624870+dworthen@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependencies to latest versions Dependency sweep: bump litellm to 1.98.0 and refresh lockfile Aug 31, 2026
@dworthen
Derek Worthen (dworthen) marked this pull request as ready for review September 1, 2026 17:35
@dworthen
Derek Worthen (dworthen) requested a review from a team as a code owner September 1, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Dependencies Sweep

2 participants