]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Allow rich 12 (#2122)
authorRaffaele Salmaso <raffaele.salmaso@gmail.com>
Mon, 28 Mar 2022 11:59:07 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 11:59:07 +0000 (12:59 +0100)
setup.py

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