Loosen version constraint on importlib_metadata

This commit is contained in:
Raphael Michel
2023-06-27 15:09:07 +02:00
parent f33153ef01
commit 63a6b17229
+1 -1
View File
@@ -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.*",