Skip to content

chore: sync develop with main - #537

Merged
chodeus merged 1 commit into
developfrom
main
Aug 14, 2026
Merged

chore: sync develop with main#537
chodeus merged 1 commit into
developfrom
main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

@coderabbitai ignore

develop has drifted behind main (releases, fixes, dependency bumps). Do not merge this PR — it reports the drift, it does not fix it.

develop requires branches be up to date, and head:main can never satisfy that without pulling develop's extension files into main, which the branch invariant forbids. Squash or rebase would also leave main unreachable from develop, so this workflow would just open another PR next push.

Sync locally instead:

git checkout develop && git merge origin/main && git push

Then verify git diff main develop is added extension files plus deploy/docker/Dockerfile only. GitHub marks this PR merged on its own once develop contains main's tip. Opened by the sync-develop workflow.

Both workflow pins, black/ruff target-versions (py314 verified on the
CI-pinned ruff 0.15.11), and both Dockerfile stages move together —
including the version-named site-packages COPY path that would otherwise
fail the 3.14 build. The digest is the current 3.14-slim manifest list,
same shape as the outgoing pin. Prose that claimed 3.13 (README badge,
Makefile guard, requirements-dev note) says 3.14 now. renovate's <3.14
gate drops in a follow-up after the soak.
@chodeus
chodeus merged commit f8f1133 into develop Aug 14, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant