From: Raffaele Salmaso Date: Mon, 28 Mar 2022 11:59:07 +0000 (+0200) Subject: Allow rich 12 (#2122) X-Git-Tag: 0.23.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476127697ff99c76bf9239cf9d321b3238c98369;p=thirdparty%2Fhttpx.git Allow rich 12 (#2122) --- diff --git a/setup.py b/setup.py index 945bfb83..50aa3596 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( ], "cli": [ "click==8.*", - "rich>=10,<12", + "rich>=10,<13", "pygments==2.*" ] },