fix: host/port defaults no longer shadow a dsn's embedded host/port (psql-5)

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-02 17:30:10 -04:00
parent c3205f0614
commit 1ae280e5c3
3 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "psql"
version = "0.1.3"
version = "0.1.4"
description = "async postgres wrapper over asyncpg: two-layer API (friendly verbs + raw escape hatch), fail-loud, config-free"
requires-python = ">=3.10"
dependencies = [