Bump runtime dependencies and version to 4.1.1#1054
Open
kroenlein wants to merge 1 commit into
Open
Conversation
Upgrades pinned runtime dependencies in requirements.txt to the latest versions allowed by the pyproject.toml constraints: pyjwt 2.12.0 -> 2.13.0 urllib3 2.6.3 -> 2.7.0 requests 2.33.1 -> 2.34.2 boto3 1.42.42 -> 1.43.36 gemd 2.2.0 -> 2.2.4 tqdm 4.67.3 -> 4.68.3 Supersedes Dependabot PRs #1053 (pyjwt) and #1051 (urllib3), which each covered a single dependency and could not pass the "Check version bumped" gate. Validated with the unit suite and a dependency-sensitive slice of the nextgen-devkit end-to-end suite (auth, GEMD serialization, and CRUD over HTTP) against the development fleet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 23, 2026
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
Upgrades the pinned runtime dependencies in
requirements.txtto the latest versions allowed by thepyproject.tomlconstraints, and bumps the package version to4.1.1.All bumps stay within the existing
pyproject.tomlranges; no constraint changes are needed.Supersedes Dependabot PRs
This replaces and closes:
Both Dependabot PRs each covered a single dependency and failed the
pr-checks / Check version bumpedgate because they did not bump__version__. This PR folds both in alongside the other in-range upgrades and includes the required version bump.Validation
developmentfleet with the exact upgraded dependency set: 20 passed, 8 skipped (no second API key), 0 failed — covering auth (pyjwt), GEMD serialization (gemd), and CRUD over HTTP (requests/urllib3)🤖 Generated with Claude Code