From 055dc1d47b28d7cdf60c76567187c670c878f7bd Mon Sep 17 00:00:00 2001 From: karajan1001 Date: Thu, 5 Jan 2023 18:15:56 +0800 Subject: [PATCH] Release pathspec requirement Related to https://github.com/iterative/dvc/issues/8217 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 21287d02..ba9acb50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires= pygit2>=1.10.0 pygtrie>=2.3.2 fsspec>=2021.7.0 - pathspec>=0.9.0,<0.10.0 + pathspec>=0.9.0 asyncssh>=2.7.1,<3 funcy>=1.14