Skip to content

chore(deployments): pin threadplane-middleware 0.1.0 - #1068

Merged
blove merged 1 commit into
mainfrom
blove/railway-middleware-pin
Sep 8, 2026
Merged

chore(deployments): pin threadplane-middleware 0.1.0#1068
blove merged 1 commit into
mainfrom
blove/railway-middleware-pin

Conversation

@blove

@blove blove commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

threadplane-middleware@0.1.0 is live on PyPI with attestations on both files, so the Railway lanes can finally move off the 0.0.1 pin.

This closes the ordering gap from the release: emit_custom_event has been in the repository since #1052, but the deployed images install from the exported requirements, which pinned 0.0.1 — so the helper was not importable where it matters. The pin could only be bumped after the package was published, or the image build would fail on a version that did not exist.

How it was bumped. These files carry GENERATED/autogenerated by uv headers, so nothing was hand-edited: each project's uv.lock was upgraded with uv lock --upgrade-package threadplane-middleware, requirements re-exported with uv export --no-hashes, and deployments/ag-ui-dev regenerated through scripts/generate-ag-ui-deployment-config.ts. The declared constraints (>=0.0.1 / >=0.0.2) already admitted 0.1.0 and are unchanged.

Verification

  • The diff contains nothing but the middleware pin, its file URLs and hashes.
  • Downloaded the published wheel and confirmed it carries custom_events.py, that the helper wraps adispatch_custom_event, and that it is exported from the package.
  • nx test scripts green (it guards the generator's output).

🤖 Generated with Claude Code

…rry emit_custom_event

0.1.0 is live on PyPI, so the Railway lanes can move off the 0.0.1 pin.
Until now emit_custom_event shipped in the repo but was not importable in
the deployed images, which install from the exported requirements.

Bumped by upgrading each uv.lock and re-running `uv export`, then
regenerating deployments/ag-ui-dev via the generator — these files carry
GENERATED headers and must not be hand-edited. The diff is confined to the
middleware pin, its URLs and hashes.

Verified the published wheel actually contains custom_events.py, that it
wraps adispatch_custom_event, and that emit_custom_event is exported.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 8, 2026 8:04pm UTC

Request Review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove enabled auto-merge (squash) September 8, 2026 20:01
@blove
blove merged commit bb86e46 into main Sep 8, 2026
37 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