From: Michał Górny Date: Tue, 1 Feb 2022 12:28:12 +0000 (+0100) Subject: Allow rich-11 (#2057) X-Git-Tag: 0.23.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2146c75f4eccbcfbb5fe649a4a2cccdaec6ed8ad;p=thirdparty%2Fhttpx.git Allow rich-11 (#2057) Relax the version bind on rich to allow v11. There are no test regressions with the new version, and CLI seems to work correctly. --- diff --git a/setup.py b/setup.py index 304d3289..945bfb83 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( ], "cli": [ "click==8.*", - "rich==10.*", + "rich>=10,<12", "pygments==2.*" ] },