From 22963a309968c9f5c318c65c8897d7cbfb19a207 Mon Sep 17 00:00:00 2001 From: mhchia Date: Sun, 2 Feb 2020 18:18:01 +0800 Subject: [PATCH] Fix trio-typing>=0.3,<0.4 To be consistent with trinity --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d36c70d..4ec5c515 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ install_requires = [ "trio>=0.13.0", "async-service>=0.1.0a4", "async-exit-stack==1.0.1", - "trio-typing>=0.3.0,<1.0.0", + "trio-typing>=0.3.0,<0.4.0", ]