From d84dfa0c5a2d53295e9bf794f332a68a046f425f Mon Sep 17 00:00:00 2001 From: Brian Love Date: Wed, 2 Sep 2026 16:52:50 -0700 Subject: [PATCH] fix(deployments): regenerate ag-ui-dev artifacts after the --no-dev re-export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #967 re-exported cockpit/runtimes/{aws-strands,microsoft-agent-framework} requirements.txt so their headers record the --no-dev they were actually built with. deployments/ag-ui-dev/deps/ is generated from those files, so its copies still carried the old header and the Railway deploy's drift check failed on main. The Deploy AG-UI Railway workflow only runs on push to main, so neither #967 nor #963 exercised this check before merge. Content is unchanged — two header lines, no package added or removed. Co-Authored-By: Claude Opus 5 --- deployments/ag-ui-dev/deps/aws_strands/requirements.txt | 2 +- .../ag-ui-dev/deps/microsoft_agent_framework/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/ag-ui-dev/deps/aws_strands/requirements.txt b/deployments/ag-ui-dev/deps/aws_strands/requirements.txt index e1319fb6d..0a960769d 100644 --- a/deployments/ag-ui-dev/deps/aws_strands/requirements.txt +++ b/deployments/ag-ui-dev/deps/aws_strands/requirements.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv export --no-hashes -o requirements.txt +# uv export --no-hashes --no-dev -o requirements.txt -e . ag-ui-a2ui-toolkit==0.0.4 # via ag-ui-strands diff --git a/deployments/ag-ui-dev/deps/microsoft_agent_framework/requirements.txt b/deployments/ag-ui-dev/deps/microsoft_agent_framework/requirements.txt index 8d81d664e..5ae305ddc 100644 --- a/deployments/ag-ui-dev/deps/microsoft_agent_framework/requirements.txt +++ b/deployments/ag-ui-dev/deps/microsoft_agent_framework/requirements.txt @@ -1,5 +1,5 @@ # This file was autogenerated by uv via the following command: -# uv export --no-hashes -o requirements.txt +# uv export --no-hashes --no-dev -o requirements.txt -e . ag-ui-protocol==0.1.21 # via agent-framework-ag-ui