Commit 8effc24
Worker Agent
[ci] add aiohttp dep to chat-adapter-slack
slack_sdk.web.async_client.AsyncWebClient imports aiohttp at runtime but
it wasn't in chat-adapter-slack's dependency list, so every import of the
adapter raised ModuleNotFoundError. This hid behind import-time lazy
loading until CI reached the test step (see bf64041 and e3c5f94 for how
that became visible). Adding aiohttp>=3.9 to match slack-sdk's extra
and flips all 24 previously-failing slack adapter tests to passing.
Full suite now: 2094 passed, 9 skipped (gated integration tests).1 parent e3c5f94 commit 8effc24
2 files changed
Lines changed: 410 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments