Skip to content

Commit 2518230

Browse files
bloveclaude
andcommitted
chore(deployments): pin threadplane-middleware 0.1.0 so the images carry 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>
1 parent 577b559 commit 2518230

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

cockpit/ag-ui/client-tools/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ starlette==1.2.1
140140
# via fastapi
141141
tenacity==9.1.4
142142
# via langchain-core
143-
threadplane-middleware==0.0.1
143+
threadplane-middleware==0.1.0
144144
# via cockpit-ag-ui-client-tools
145145
tiktoken==0.13.0
146146
# via langchain-openai

cockpit/ag-ui/client-tools/python/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cockpit/langgraph/client-tools/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ tenacity==9.1.4
222222
# via
223223
# langchain-core
224224
# langgraph-api
225-
threadplane-middleware==0.0.1
225+
threadplane-middleware==0.1.0
226226
# via cockpit-langgraph-client-tools
227227
tiktoken==0.13.0
228228
# via langchain-openai

cockpit/langgraph/client-tools/python/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployments/ag-ui-dev/deps/client_tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ starlette==1.2.1
140140
# via fastapi
141141
tenacity==9.1.4
142142
# via langchain-core
143-
threadplane-middleware==0.0.1
143+
threadplane-middleware==0.1.0
144144
# via cockpit-ag-ui-client-tools
145145
tiktoken==0.13.0
146146
# via langchain-openai

deployments/ag-ui-dev/deps/client_tools/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployments/ag-ui-dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ langgraph==1.2.4
1111
langsmith==0.8.11
1212
openai==2.54.0
1313
strands-agents==1.54.0
14-
threadplane-middleware==0.0.1
14+
threadplane-middleware==0.1.0
1515
uvicorn==0.52.4

examples/ag-ui/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ starlette==1.2.1
145145
# via fastapi
146146
tenacity==9.1.4
147147
# via langchain-core
148-
threadplane-middleware==0.0.1
148+
threadplane-middleware==0.1.0
149149
# via examples-ag-ui-python
150150
tiktoken==0.13.0
151151
# via langchain-openai

examples/ag-ui/python/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chat/python/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)