Commit a2a9446
committed
fix(ci): narrow async closure types and bump version to 0.22.0
* tests/adms/integration/test_e2e_async_flow.py — bind narrowed
context.client / context.bo_type_id to local variables before the
nested `_gather` async closure. ty re-widens optional attributes
inside nested closures, so the outer-function asserts no longer
apply once the closure references them. Local-variable binding
preserves narrowing.
* pyproject.toml + uv.lock — bump version 0.21.1 → 0.22.0.
Required by check-version-bump CI now that the merge with main has
introduced src/ changes (new ADMS module). Minor bump because this
adds a new optional module.1 parent ac41b57 commit a2a9446
3 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
185 | | - | |
186 | | - | |
| 187 | + | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments