Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-24 | 2.2 kB | |
v0.4.7 (2025-07-24) source code.tar.gz | 2025-07-24 | 46.5 MB | |
v0.4.7 (2025-07-24) source code.zip | 2025-07-24 | 47.0 MB | |
Totals: 3 Items | 93.5 MB | 0 |
What's Changed
- Add MoonshotAI provider with Kimi-K2 model support by @zachmayer in https://github.com/pydantic/pydantic-ai/pull/2211
- Add Vercel AI Gateway provider by @joshualipman123 in https://github.com/pydantic/pydantic-ai/pull/2277
- Support passing files uploaded to Gemini Files API and setting custom media type by @dprov in https://github.com/pydantic/pydantic-ai/pull/2270
- Parse '<think>' tags in streamed text as thinking parts by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2290
- Rename
MCPServer
sse_read_timeout
toread_timeout
and pass toClientSession
by @AntSan813 in https://github.com/pydantic/pydantic-ai/pull/2240 - Update cohere and MCP, add support for MCP ResourceLink returned from tools by @medaminezghal in https://github.com/pydantic/pydantic-ai/pull/2094
- Ignore empty text alongside tool calls when streaming from Ollama by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2286
- Ignore leading whitespace when streaming text, fixing run_stream + Ollama + Qwen3 by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2294
- Fix AG-UI parallel tool calls by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2301
- Fix initial tool call args not being streamed with AG-UI by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2303
- Handle
None
created
timestamp coming from OpenRouter API by @R0boji in https://github.com/pydantic/pydantic-ai/pull/2247 - Update MCP docs to show you can pass ssl options via the http_client arg by @assadyousuf in https://github.com/pydantic/pydantic-ai/pull/2214
- Include ThinkingPart in messages.md API documentation graph by @lfloeer in https://github.com/pydantic/pydantic-ai/pull/2299
New Contributors
- @R0boji made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2247
- @AntSan813 made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2240
- @joshualipman123 made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2277
- @dprov made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2270
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v0.4.6...v0.4.7