chore(deps): bump actions/checkout from 4 to 6 - #61
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-6
branch
from
May 9, 2026 09:03
36c7ed1 to
0725b92
Compare
GregHolmes
added a commit
that referenced
this pull request
Aug 18, 2026
…twine >=7 (#95) Audit of outdated dependencies turned up a **live user-facing bug**, so this PR leads with the fix. ## 1. `dg mcp` is broken for every new install 🔴 `deepgram-mcp 0.1.1` declares an unbounded `mcp>=1.0.0`. mcp **2.0** removed `streamablehttp_client` from `mcp.client.streamable_http`, which `deepgram-mcp` still imports — so a fresh `pip install deepctl` resolves mcp 2.0.0 and: ``` $ dg mcp Error running MCP proxy: cannot import name 'streamablehttp_client' from 'mcp.client.streamable_http' ``` Reproduced in a clean venv against the **released 0.2.27 wheel** — this is not caused by this branch. **Why tests didn't catch it:** all 1052 unit tests pass, because they mock `run_proxy`. Only a live invocation fails. (Those `coroutine 'run_proxy' was never awaited` warnings in the suite are that mock.) **Fix:** cap `mcp>=1.0.0,<2.0.0` in `deepctl-cmd-mcp` until `deepgram-mcp` supports 2.x. Verified `dg mcp` returns a valid `initialize` response on mcp 1.29.0. ## 2. Nothing was pinned across environments `uv.lock` had been gitignored since the initial commit, and CI ran `uv sync --group testing` with no lock — so local, CI, the publish-action image and end users each resolved independently. That is the same class of problem behind both this mcp break and the 0.2.27 publish failure. - Commit `uv.lock` - CI now uses `uv sync --group testing --locked`, so drift shows up as a reviewable diff instead of a surprise Note this fixes **dev/CI reproducibility only** — it does not constrain end users. Upper bounds in `pyproject.toml` (item 1) are the only thing that protects them. ## 3. `twine>=7.0.0` for dev twine <7 rejects `Metadata-Version: 2.5` (emitted by hatchling) — the exact cause of the failed 0.2.27 publish. The venv had twine 6.2.0, so `make verify-packages` **would** have caught it locally, while CI's fresh `pip install twine` always got 7.x and always passed. Raising the floor keeps local verification equal to what actually publishes. ## Verification - `ruff format` / `ruff check` / `mypy` clean (on ruff **0.16.3**, up from 0.15.21) - **1052 passed**, 6 skipped - `dg mcp` initialize verified live on mcp 1.29.0 - Full **68-check live API smoke suite** passes (STT files/URLs/live-stream/mic, TTS Aura + Flux incl. `--speed`/`--expressivity`, read, account, api, mcp) - Lockfile also moves websockets 16.1 → **17.0.1**; verified Flux TTS streaming and live STT both work on it ## Deliberately not included - `astro 6 → 7` in `web/` (clears **20 npm security alerts**, 11 high) — separate PR, needs a site check - The 6 stale Dependabot PRs (#61, #64, #81–84) - No `npm` ecosystem and only `pip` at `/` in `dependabot.yml`, so `web/` and the 31 `packages/*` are never scanned — worth a follow-up
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.
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)