From 47112d9f32c181e3c5a3834d3c1696b563e2f21e Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 30 Jul 2024 17:11:00 +0500 Subject: [PATCH] fix: pin path<16.15.0 --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 829e5a87..68adf4b9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -27,3 +27,6 @@ pylint-django==2.0.11 # botocore 1.34.144 depends on urllib3<1.27 and >=1.25.4; python_version < "3.10" urllib3<2.0.0 + +# path>16.14.0 has removed the deprecated abspath function, which is breaking the docs build +path<16.15.0