Commit 7038b05
fix(deploy): restore shared-deployment namespace merge broken by src/__init__.py (#825)
cockpit/langgraph/client-tools shipped an empty src/__init__.py (#642) that
turned its src into a regular package; per PEP 420 that wins over every other
dep's namespace portion, so c-interrupts' 'from src.aviation_tools import'
raised ModuleNotFoundError at startup and every revision since Aug 7 hit
DEPLOY_FAILED (production smoke timeouts were the wedged run queue). Delete
the file and make the manifest generator throw if any staged dep reintroduces
one.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent d2d980b commit 7038b05
2 files changed
Lines changed: 14 additions & 2 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
44 | 57 | | |
45 | 58 | | |
46 | 59 | | |
| |||
0 commit comments