You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library currently enforces importlib_metadata<3 for Python<3.8. This causes conflicts for us, since other libraries such as markdown start enforcing importlib_metadata>4.4 to get Python-3.10-like behaviour.
Is there a specific reason this version is enforced to be <3?
This library currently enforces
importlib_metadata<3
for Python<3.8. This causes conflicts for us, since other libraries such asmarkdown
start enforcingimportlib_metadata>4.4
to get Python-3.10-like behaviour.Is there a specific reason this version is enforced to be
<3
?refs pretix/pretix#2329
The text was updated successfully, but these errors were encountered: