Skip to content

Commit 27971f8

Browse files
authored
use aiodns resolver by default (#579)
1 parent b81985b commit 27971f8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/cool-olives-act.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"livekit-agents": patch
3+
---
4+
5+
use aiodns by default

livekit-agents/setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"types-protobuf>=4,<5",
5757
"watchfiles~=0.22",
5858
"psutil~=5.9",
59+
"aiohttp~=3.10",
60+
"aiodns~=3.2",
5961
],
6062
extras_require={
6163
':sys_platform=="win32"': [

0 commit comments

Comments
 (0)