Problem
Streaming / long-running pipelines do not automatically use the latest packages when requirements.txt is updated in the workspace (via Git sync or direct edit). This causes version drift.
Example
Mage Version:
OSS 0.9.77
Workspace: hub-orchestration (develop)
requirements.txt updated with hub_mage==0.11.0
Running streaming pipelines continue using old cached packages.
Desired Behavior
When a workspace’s requirements.txt changes, any streaming pipeline in that workspace should automatically install the updated dependencies on next run / restart.
Problem
Streaming / long-running pipelines do not automatically use the latest packages when requirements.txt is updated in the workspace (via Git sync or direct edit). This causes version drift.
Example
Mage Version:
OSS 0.9.77
Workspace: hub-orchestration (develop)
requirements.txt updated with hub_mage==0.11.0
Running streaming pipelines continue using old cached packages.
Desired Behavior
When a workspace’s requirements.txt changes, any streaming pipeline in that workspace should automatically install the updated dependencies on next run / restart.