feat: Harden CI, cache dependencies, and automate schema PRs - #186
Merged
Merged
Conversation
Pipfile bumped filelock to ==3.32.7 in 68f10e7 without the lock, which left pipenv re-resolving the whole dependency set at install time. filelock is the only package that moves. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
pytest on 3.10 imports exceptiongroup, which needs typing-extensions (python_version < "3.13"). The lock was generated on 3.14, where that marker is false, so the package was dropped -- along with tomli, importlib-metadata and zipp. 3.11+ passed because BaseExceptionGroup is builtin there and pytest never imports exceptiongroup. Previously masked: ddtrace depended on typing-extensions unconditionally, so it was in the lock regardless. Dropping ddtrace removed that cover. Relocked with `pipenv lock --python 3.10`. Purely additive: 5 backports restored, nothing removed or bumped. Verified 419 tests passing on both 3.10 and 3.14. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Bucknalla
approved these changes
Sep 22, 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.
Reviewed every workflow and fixed the defects rather than migrating runners.
runs in <60s with ~4s queue — migrating would add cost for no gain.
git diff --quietmisses untrackedfiles, so a newly generated API module produced no PR at all.
in
action_requireduntil a human pressed the button — one sat 15 hours.Auto-merge is armed on a new
build / ci-gatecheck.permissions:on all seven workflows (default wasread/write),
timeout-minutesin place of GitHub's 6h default,dependabot.yml.DD_API_KEYexists nowhere, so it instrumented all fivematrix jobs and reported to nothing. Added pipenv caching and
concurrency.pyproject.tomlkeeps a range — an==there downgrades consumers' filelock.workflow_dispatchonly); the rig is offline with 0successes in 60 runs. Restore steps are in a banner in each file.
Verified: actionlint clean, flake8 0, 419 tests passing,
pipenv verifyin sync.After merge
build / ci-gateas a required status check — there are currently none,and Auto-update: API changes from upstream #178 merged with a failing test.
the App bypasses.
🤖 Generated with Claude Code