From 4b1e838f003d1298e77d9ca978f17aafd0d5fec1 Mon Sep 17 00:00:00 2001 From: Ali Nawaz Date: Fri, 9 Aug 2024 19:15:04 +0500 Subject: [PATCH] chore: add constraint for docutils --- requirements/constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 20143e98..32742fc4 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -13,3 +13,7 @@ # For python greater than or equal to 3.9 backports.zoneinfo is causing failures backports.zoneinfo;python_version<"3.9" + +# Python 3.8 is not supported by newer versions of docutils. Remove this pin once +# python 3.8 is deprecated +docutils==0.20.1 \ No newline at end of file