Commit 4f6a797
committed
fix(demo): pin coordinode SDK in 03 notebook Colab branch, surface unhealthy-port fallback
- Add _SDK_PIP_SPEC alongside _EMBEDDED_PIP_SPEC; use the pinned spec in
the Colab branch so the SDK and embedded package resolve to the same
git commit. Outside Colab the unpinned "coordinode" still comes from
PyPI (editable installs / released wheels).
- Port-probe fallback path now prints an explicit WARNING before
switching to LocalClient(":memory:") — previously the silent close()
could surprise a user who expected the local server to be used.1 parent 4175e96 commit 4f6a797
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
105 | | - | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
175 | 180 | | |
176 | 181 | | |
177 | 182 | | |
178 | | - | |
| 183 | + | |
| 184 | + | |
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
| |||
0 commit comments