Skip to content

Commit 764beec

Browse files
committed
build: set trio dependency to <0.25 for now
1 parent cadd180 commit 764beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
"pycryptodome >=3.4.3,<4",
6363
"PySocks >=1.5.6,!=1.5.7",
6464
"requests >=2.26.0,<3",
65-
"trio >=0.22.0,<1",
65+
"trio >=0.22.0,<0.25",
6666
"trio-websocket >=0.9.0,<1",
6767
"typing-extensions >=4.0.0",
6868
"urllib3 >=1.26.0,<3",

0 commit comments

Comments
 (0)