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
Test a project that has validus as dependency gives this Deprecation Warning:
/opt/pysetup/.venv/lib/python3.9/site-packages/validus/validators.py:881: DeprecationWarning: invalid escape sequence \.
tld_re = r'\.(?!-)(?:[a-z' + ul + '-]{2,63}|xn--[a-z0-9]{1,59})(?<!-)\.?' # may have a trailing dot
The text was updated successfully, but these errors were encountered:
Description
Test a project that has validus as dependency gives this Deprecation Warning:
The text was updated successfully, but these errors were encountered: