From 2a32358e593c974f53f4de8f604cdf27be8ddc1f Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sat, 29 Oct 2022 11:48:00 +0200 Subject: [PATCH] fix(python3.7): Avoid having importlib_metadata updated to a version not compatible with py3.7 --- api/requirements/base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/requirements/base.txt b/api/requirements/base.txt index 2ebf32979..e689f2fe4 100644 --- a/api/requirements/base.txt +++ b/api/requirements/base.txt @@ -69,4 +69,5 @@ watchdog~=2.1.2 ## Pin third party dependency to avoid issue with latest version asgiref==3.3.4 #1516 +importlib_metadata==4.13.0 # python 3.7 compatibility sentry-sdk==1.9.5