build: lock python floors for httpx, segno, PyInstaller, and semantic-release - #146
Merged
Merged
Conversation
abrichr
force-pushed
the
dependabot/pip/python-semantic-release-gte-10.6.1
branch
from
August 29, 2026 14:40
69c2f2b to
a1c8a6e
Compare
This was referenced Aug 29, 2026
…-release Raise the declared floors to httpx 0.28.1, segno 1.6.6, PyInstaller 6.22.2, and python-semantic-release 10.x. Refresh uv.lock. Keep the reviewed PyInstaller bootloader notice hash. Release stays dispatch-only.
python-semantic-release 10.6.2 resolved click 8.1.8, which pip-audit reports as PYSEC-2026-2132. Constrain click to the fixed floor so the v10 extra cannot regress the audited tree. The GitHub Action stays SHA-pinned at v10.6.1.
abrichr
force-pushed
the
dependabot/pip/python-semantic-release-gte-10.6.1
branch
from
August 29, 2026 14:54
c5e5e91 to
79145ea
Compare
Exact-main installs the dev extra without Flow, so Flow's Windows ACL helper is unavailable. Production still requires it. Tests now stub the helper and keep the dedicated unsafe/unavailable cases.
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.
Dependabot opened four floor-only Python PRs against
pyproject.tomlwithout refreshinguv.lock, so every Python job failed closed. This PR is the one lock update, rebased onto main after #130 pinned Flow 1.34.0.Floors
httpx>=0.28.1(already locked at 0.28.1)segno>=1.6.6(already locked at 1.6.6)pyinstaller>=6.22.2,<7(locked 6.21.0 → 6.22.2)python-semantic-release>=10.6.1,<11(locked 9.21.0 → 10.6.1)[tool.uv] constraint-dependencies = ["click>=8.3.3"](locked 8.5.0)Keeps
openadapt-flow[browser,console]==1.34.0from #130.Fix-forward for exact-main Windows
#130's exact-main Windows engine job failed: hosted-runner tests call Flow's Windows ACL helper, and the
devextra does not install Flow. Production still requires the helper. These tests now stub it and keep the dedicated unsafe/unavailable cases.Why this is safe to merge
Release publication is
workflow_dispatchonly. Abuild:merge does not tag, publish, or bump a version. The GitHub Action stays SHA-pinned at v10.6.1.PyInstaller 6.22.2 ships the same bootloader
COPYING.txtbytes as 6.21.0.scripts/frozen_notices.pynow requires 6.22.2 so a later upgrade still needs an explicit notice review.python-semantic-release 10.6.2 resolved click 8.1.8 (
PYSEC-2026-2132). The click floor keeps the audited tree on 8.5.0.Supersedes #147, #148, and #149.