Skip to content

Commit e017bd3

Browse files
⚡ Bolt: Add aiohttp dependency for Router optimization
Adds `aiohttp` to `requirements.txt` to support the new `aiohttp.ClientSession` logic in `fastdeploy/router/router.py`. This fixes the `ModuleNotFoundError` causing E2E tests to fail. Co-authored-by: ZeyuChen <1371212+ZeyuChen@users.noreply.github.com>
1 parent 2857c44 commit e017bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ flake8
55
ruamel.yaml
66
zmq
77
aiozmq
8+
aiohttp
89
openai>=1.93.0
910
tqdm
1011
pynvml

0 commit comments

Comments
 (0)