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
release: v0.1.1 — drop PhoneResult patches, regen from spec 1.0.3
postio-api 1.0.3 ships an aligned spec and runtime: PhoneResult.isReachable
is now boolean|null (matches the HLR return), and the runtime always emits
every nullable field as explicit null instead of dropping them on parse
failure. The hand-patches that papered over the drift are no longer needed.
postio/_models.py is now generated verbatim from @postio/openapi@1.0.3.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "postio"
3
-
version = "0.1.0"
3
+
version = "0.1.1"
4
4
description = "Python SDK for the Postio API — UK address, email, and phone validation. PAF + Ordnance Survey backed. Sync + async, type-safe via Pydantic v2."
0 commit comments