We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://localhost:PORT
Why this url: http://localhost:9093/ is not valid?
http://localhost:9093/
In [9]: validators.url("http://localhost:9093/") Out[9]: ValidationFailure(func=url, args={'value': 'http://localhost:9093/'})
I'm using validatos 0.21.2 in python 3.11.4
0.21.2
3.11.4