The Wire · Showcase
PYDANTIC ADDS MCP AND FASTMCP TO THIRD PARTY TEST SUITE
By RepoJournal · Filed · About FastAPI & Pydantic
Pydantic now validates compatibility with the MCP Python SDK and FastMCP frameworks, closing a critical integration testing gap.
Pydantic merged a change to add MCP Python SDK and FastMCP third party tests [1], addressing the request to expand its validation coverage beyond core use cases. The addition closes issue #12435 and gives the team visibility into whether changes break these popular ecosystem packages before they ship. This is the kind of integration testing that catches silent failures in production dependency chains. However, the change surfaces a failing test in langchain [1], which the contributor has already flagged for resolution. Watch that langchain issue closely if you're running both Pydantic and LangChain in the same service.
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
- → Monitor langchain#39157 for resolution before upgrading Pydantic pydantic/pydantic [monitor]
References
- [1] Add MCP Python SDK and FastMCP third party tests ↗ pydantic/pydantic