Update dependencies to latest versions (dependency sweep) - #2558
Merged
Derek Worthen (dworthen) merged 3 commits intoSep 16, 2026
Merged
Conversation
Co-authored-by: dworthen <624870+dworthen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependencies to the latest versions
Update dependencies to latest versions (dependency sweep)
Sep 14, 2026
Derek Worthen (dworthen)
marked this pull request as ready for review
September 16, 2026 16:01
Contributor
|
Copilot Need to bump semversion info with |
Co-authored-by: dworthen <624870+dworthen@users.noreply.github.com>
Contributor
Author
Derek Worthen (dworthen)
approved these changes
Sep 16, 2026
Derek Worthen (dworthen)
deleted the
copilot/update-dependencies-sweep-yet-again
branch
September 16, 2026 17:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Automated dependency sweep for the uv-workspace monorepo: regenerated
uv.lockand bumped a few direct specifiers to their latest proxy-eligible versions.Related Issues
Automated dependency sweep.
Proposed Changes
uv lock --upgradepicks up transitive/patch bumps (ruff, spacy, tiktoken, pydantic, protobuf, numpy 2.5.3 on py3.12+, etc.).litellm==1.97.0 → 1.100.0(graphrag-llm)lancedb~=0.37.0 → ~=0.38.0(graphrag-vectors)coverage~=7.15 → ~=7.16(root dev group)numpy~=2.4— 2.5+ drops Python 3.11 support (project is>=3.11).graspologic-native<1.3andnltk~=3.9.0— golden-data holds.graphrag-*==cross-package pins orversionfields touched.Checklist
Additional Notes
poe check(ruff + pyright),test_unit(317),test_verbs(15), and all lancedbtest_integrationcases pass. The 4 integration failures are Azure blob/cache tests hitting a missing Azurite emulator (127.0.0.1:10000connection refused) in the sandbox — unrelated to the bump.lancedb0.38 emits deprecation warnings (table_names(),create_index()params); left unaddressed to keep the sweep minimal and avoid touching index behavior/golden data.