Stop pydantic 2.13 from leaking _WrappedResult docstring into tool output schemas (#3918)

This commit is contained in:
Jeremiah Lowin 2026-04-13 21:38:13 -04:00 committed by GitHub
commit 7d7607473d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -121,7 +121,7 @@ jobs:
- **ty (type checker)**: New ty releases frequently add stricter checks that flag previously-accepted code. Run `uv run ty check` locally with the latest ty to reproduce. Fix the type errors or bump the ty version floor in `pyproject.toml`.
- **ruff**: New lint rules or stricter defaults in a ruff upgrade.
- **mcp SDK**: Breaking changes in the `mcp` package (new method signatures, renamed types).
- **MCP SDK**: Breaking changes in the `mcp` package (new method signatures, renamed types).
### What to do