$ the-wire · showcase
Pydantic patches its PyEmscripten CI job
By RepoJournal · Filed · About FastAPI & Pydantic · Composed from the cited sources · methodology
Pydantic's day is housekeeping: a CI fix for the PyEmscripten job and documentation for a network-types flag, with nothing that changes behavior in code you have already shipped.
Fix PyEmscripten CI job (#13805) pydantic/pydantic
Victorien repaired the PyEmscripten `test` job, restoring a target that had been failing on main and blocking the WebAssembly build from reporting a clean signal on new commits.
Document `url_preserve_empty_path` in network types (#13804) pydantic/pydantic
`url_preserve_empty_path` now has documentation in the network types, so the flag's role in deciding whether an empty URL path survives validation is stated rather than inferred from source.