fix: mask_proxy and mask_url no longer leak credentials in non-4-part specs or url fragments

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-03 19:08:39 -04:00
parent 33ade498da
commit 718c8a79b0
3 changed files with 98 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "commons"
version = "0.3.4"
version = "0.3.5"
description = "small stdlib-based sync helpers: time/timezone deltas, dotted-path dict access, display masking, ip/address tooling, and retry/backoff"
requires-python = ">=3.10"
dependencies = []