The Wire · Showcase
PYDANTIC SHIPS 2.14.0a1 WITH PYEMSCRIPTEN SUPPORT AS TIANGOLO REPOS CONSOLIDATE CONFIGS
By RepoJournal · Filed · About FastAPI & Pydantic
Pydantic 2.14.0a1 lands PyEmscripten wheel support for Pyodide environments while FastAPI and SQLModel simultaneously centralize their repository configurations.
Pydantic shipped v2.14.0a1 [1] with a notable addition: PyEmscripten platform tag support [2] that enables pydantic-core to run in Pyodide 314.0 and later, opening the door for WebAssembly-based Python applications to validate data at the edge. This is infrastructure work that signals Pydantic's commitment to non-traditional runtime environments. Across the Tiangolo ecosystem, both FastAPI [3] and SQLModel [4] moved their configuration files to a central GitHub repository in a coordinated push toward simpler, more maintainable project structures. Documentation also received attention in both repos, with simplified guidance on help and support channels [5] and [6]. The coordinated cleanup across three major projects suggests a broader initiative to reduce friction in the Tiangolo suite and make onboarding contributors easier.
One email a day. Unsubscribe in one click.
Keep up with FastAPI & Pydantic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Test Pydantic 2.14.0a1 if you're targeting WebAssembly or Pyodide environments pydantic/pydantic [plan]
- → Review centralized config changes if you maintain FastAPI or SQLModel integrations fastapi/fastapi [monitor]
References
- [1] v2.14.0a1 2026-05-22 ↗ pydantic/pydantic
- [2] Add PyEmscripten platform tag support ↗ pydantic/pydantic
- [3] 🔥 Remove config files now in central GitHub repo (#15585) fastapi/fastapi
- [4] 🔥 Remove config files now in central GitHub repo ↗ tiangolo/sqlmodel
- [5] 📝 Update and simplify docs about help and management ↗ fastapi/fastapi
- [6] 📝 Update and simplify docs about help and management ↗ tiangolo/sqlmodel