]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Allow rich-11 (#2057)
authorMichał Górny <mgorny@gentoo.org>
Tue, 1 Feb 2022 12:28:12 +0000 (13:28 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 12:28:12 +0000 (12:28 +0000)
Relax the version bind on rich to allow v11.  There are no test
regressions with the new version, and CLI seems to work correctly.

setup.py

index 304d3289b7e9c42461030f5ae776a85921ac9f52..945bfb83e000df0bbac48f51c24fa8a3814336bf 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ setup(
         ],
         "cli": [
             "click==8.*",
-            "rich==10.*",
+            "rich>=10,<12",
             "pygments==2.*"
         ]
     },