build(deps): raise nine dependency floors - #439
Merged
Conversation
Raise minimum versions for docker, duckdb, idna, nltk, ollama, testcontainers, tiled, urllib3, and uvicorn, and regenerate uv.lock to match. The lock had pinned resolutions older than several of the declared floors, so this also moves uvicorn 0.40 -> 0.51 and pulls httptools 0.8 transitively. Supersedes #429, #430, #431, #432, #434, #435, #436, #437, #438
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.
Batches nine Dependabot dependency PRs into one branch so the full CI suite — including the e2e and agentic lanes — actually runs against them.
Dependabot-authored PRs run with the Dependabot secret store, which has no
ALS_APG_API_KEY, so all four e2e/agentic lanes fail at the pre-flight guard on every one of them. Those PRs can only ever demonstrate that unit CI is green. Landing the bumps from a maintainer branch is the only way to get real e2e signal.Included
docker(dev)duckdbidnanltkollamatestcontainers(dev)tiled[client]urllib3uvicorn[standard]httptools0.7.1 → 0.8.0 comes along transitively viauvicorn[standard].These are floor bumps, but not no-ops:
uv.lockhad pinned resolutions older than several of the declared floors, so each one is a real upgrade —uvicornby eleven minors.Supersedes #429, #430, #431, #432, #434, #435, #436, #437, #438, which Dependabot will close once these requirements are satisfied.
Held back
claude-agent-sdk0.2.110 → 0.2.123) — the pin is==, not a floor, and it vendors a ~247 MB CLI binary (2.1.191 → 2.1.215). The pin's own comment records the current CLI as verified against als-apg routing, and CHANGELOG history shows a past pin made precisely because a newer bundled CLI broke the CBORG proxy. It warrants its own PR with e2e signal rather than riding along here.Verification
ariel_testDB, pgvector migration skipped) reproduce identically on unmodifiedmain, so they are unrelated to these bumps.