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
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
url='postgres://username:[password@localhost:80/dbname'DatabaseURL(url) # an exception will be raised here from `urlsplit`
The root cause is the use of urllib.parse and the assumption that all components can be represented in the URL safe unquoted. As you can see, that is not always the case in real life (one of our servers has generated a password that has a [ but no ])