Skip to content

Commit 53cdf56

Browse files
authored
build: limit Trio version (#223)
1 parent c789088 commit 53cdf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
pydantic[dotenv]>=1.8.2,<1.10
3232
readerwriterlock==1.0.9
3333
sqlparse>=0.4.2
34-
trio
34+
trio<0.22.0
3535
python_requires = >=3.7
3636
include_package_data = True
3737
package_dir =

0 commit comments

Comments
 (0)