From 280c3da2a95fcaf1e9712d555aaf8c2326baf09d Mon Sep 17 00:00:00 2001 From: Mariko Wakabayashi Date: Fri, 30 Apr 2021 20:41:55 -0600 Subject: [PATCH] Update anyio version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e1702046ba..c9a77eb785 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ install_requires = terminado>=0.8.3 prometheus_client pywin32>=1.0 ; sys_platform == 'win32' - anyio>=3.0,<4 + anyio>=3.0.1,<4 [options.extras_require] test = coverage; pytest; pytest-cov; pytest-mock; requests; pytest-tornasync; pytest-console-scripts; ipykernel