From 63a6b1722905ccd9a16cc95e808bc6a0c26d2068 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 27 Jun 2023 15:09:07 +0200 Subject: [PATCH] Loosen version constraint on importlib_metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 680702a30a..5f7e9b7c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "dnspython==2.3.*", "drf_ujson2==1.7.*", "geoip2==4.*", - "importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+ + "importlib_metadata==6.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema", "kombu==5.3.*",