From e93985d1d768d339b54b755b921e5b9a875233cb Mon Sep 17 00:00:00 2001 From: tomolopolis Date: Mon, 13 Jan 2025 10:14:34 +0000 Subject: [PATCH] CU-869711fu2: upgrade to medcat 1.14 and limit to only patch releases. --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index d790129..3ce4bad 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -6,4 +6,4 @@ django-polymorphic~=3.0 djangorestframework~=3.15 django-background-tasks-updated~=1.2 openpyxl~=3.1 -medcat~=1.12 \ No newline at end of file +medcat==1.14.* \ No newline at end of file