From 29c7cb9c52b04741b44d3791ae70bc09cad9a8cc Mon Sep 17 00:00:00 2001
From: Wes Appler <145372368+wes-otf@users.noreply.github.com>
Date: Thu, 12 Oct 2023 11:10:12 -0400
Subject: [PATCH] Pin python-docx version to temporarily fix upstream issues
 (#3612)

With the latest updates to python-docx, older APIs that are relied upon
by htmldocx have broken. This pins the version so htmldocx can utilize
the old APIs. For more info on this breakage see
[here](https://github.com/python-openxml/python-docx/issues/1256#issuecomment-1756839793).
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index f04bb7ca5..247aa4de1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -41,6 +41,7 @@ drf-yasg==1.21.4
 environs==9.5.0
 gunicorn==20.1.0
 heroicons==2.2.0
+python-docx<1.0.0
 htmldocx==0.0.6
 lark==1.1.5
 mailchimp3==3.0.17
-- 
GitLab