Commit 04980e3
committed
backport: coverage — raise dev-dep floors for tests/interaction (pytest 8.4, sse-starlette 2.1)
lowest-direct only; runtime floors unchanged.
- pytest>=8.4.0: tests/interaction/auth uses pytest.RaisesGroup (8.4+); matches main.
- sse-starlette>=2.1.0 (dev group): 1.x keeps a module-global anyio.Event
(AppStatus.should_exit_event) bound to the first test's event loop, which breaks
every subsequent in-process SSE response under the streaming bridge. v1's own
tests run uvicorn in a subprocess so don't observe this. Runtime floor stays
>=1.6.1 (the SDK works with 1.6.1 under uvicorn).1 parent 361bb9d commit 04980e3
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments