chore(deps): broad dependency modernization (explicit workflow) - #45
Open
John Kennedy (jkennedyvz) wants to merge 1 commit into
Open
chore(deps): broad dependency modernization (explicit workflow)#45John Kennedy (jkennedyvz) wants to merge 1 commit into
John Kennedy (jkennedyvz) wants to merge 1 commit into
Conversation
John Kennedy (jkennedyvz)
marked this pull request as ready for review
August 25, 2026 09:14
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.
Summary
This PR runs the explicitly invoked
langster-modernize-all-dependencies-explicitworkflow against the repository's single Python/uv package root. It is a broad modernization, not a routine Dependabot patch.uv.lock, including the compatible transitive dependency graphDependency changes
langgraph:1.0.10resolved />=1.0.0declared →1.2.11python-dotenv:1.2.2resolved />=1.0.1declared →1.2.3anyio:4.12.1→4.14.2langgraph-cli[inmem]:0.4.30→0.4.31mypy:1.19.1→2.3.1pytest:9.0.3→9.1.1ruff:0.15.5→0.16.4setuptools:83.0.0minimum /84.0.0resolved →>=84.0.0wheel: unbounded build requirement →>=0.48.0Caps and compatibility
>=3.10; all selected direct releases declare Python 3.10 compatibility.license = { text = "MIT" }was migrated tolicense = "MIT".Validation
uv lock --lockeduv run ruff check .uv run ruff format . --checkuv run mypy --strict src/uv run pytest tests/unit_tests -q— 1 passed on Python 3.12uv buildReview hotspots / rollback
langgraph-api,langchain-core, andlangsmith.