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
Before 2.10, PostgresDsn would accept postgresql:///dbname which is a valid DSN for postgres where the missing host means use local unix socket connection.
Now I get Input should be a valid URL, empty host
Initial Checks
Description
Before 2.10, PostgresDsn would accept
postgresql:///dbname
which is a valid DSN for postgres where the missing host means use local unix socket connection.Now I get
Input should be a valid URL, empty host
Example Code
Python, Pydantic & OS Version
The text was updated successfully, but these errors were encountered: