chore(deps): broad dependency modernization (explicit workflow) - #58
Open
John Kennedy (jkennedyvz) wants to merge 1 commit into
Open
chore(deps): broad dependency modernization (explicit workflow)#58John Kennedy (jkennedyvz) wants to merge 1 commit into
John Kennedy (jkennedyvz) wants to merge 1 commit into
Conversation
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. It is a broad dependency modernization, not a routine narrow Dependabot patch.setuptools>=84.0.0andwheel>=0.48.0langgraph-api==0.13.0now directly requirespyjwt>=2.13.0Scope and package roots
pyproject.toml,uv.lock)Caps removed, changed, or retained
pyjwt>=2.12.0constraint; upstream now enforces a newer safe minimumrequires-python = ">=3.11,<4.0"because Python 4 is outside the repository/runtime support matrix rather than a dependency compatibility capMajor-version migrations and compatibility edits
langchain-openai1.1.14 → 1.6.0langchain-anthropic1.4.6 → 1.6.1langchain-fireworks1.1.0 → 1.6.0mypy1.19.1 → 2.3.1Validation
uv lock --checkuv sync --all-extras --devuv run ruff check .uv run ruff format . --checkuv run mypy --strict src/uv run pytest tests/unit_tests -q(3 passed on Python 3.12)uv run pytest --collect-only tests/integration_tests -q(1 collected)uv build(sdist and wheel built)The live integration test was not executed locally because it requires repository API-key secrets; CI/scheduled integration coverage remains authoritative.
Review hotspots and rollback