Skip to content

Releases: pydantic/pydantic-ai

v0.2.1 (2025-05-13)

13 May 09:27
cb37b74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0 (2025-05-12)

12 May 15:32
51755ef
Compare
Choose a tag to compare

Breaking Changes

See #1647 โ€” usage makes sense as part of ModelResponse, and could be really useful in "messages" (really a sequence of requests and response). In this PR:

  • Adds usage to ModelResponse (field has a default factory of Usage() so it'll work to load data that doesn't have usage)
  • changes the return type of Model.request to just ModelResponse instead of tuple[ModelResponse, Usage]

Other Changes

New Contributors

Full Changelog: v0.1.11...v0.2.0

v0.1.11 (2025-05-10)

10 May 06:41
240b012
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10 (2025-05-06)

06 May 14:40
dd22595
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9 (2025-05-02)

02 May 10:06
3496628
Compare
Choose a tag to compare

What's Changed

  • Use the correct discriminator string in HandleResponseEvent by @DouweM in #1619
  • Handle multi-modal and error responses from MCP tool calls by @DouweM in #1618
  • Store additional usage details from Anthropic by @timesler in #1549
  • Add base_url to Mistral Provider by @alibeyram in #1617

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8 (2025-04-28)

28 Apr 20:23
521b3c4
Compare
Choose a tag to compare

What's Changed

  • Support returning multi-modal content from tools by @DouweM in #1517

Full Changelog: v0.1.7...v0.1.8

v0.1.7 (2025-04-28)

28 Apr 12:18
ea2bbc5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6 (2025-04-25)

25 Apr 12:18
b1284b6
Compare
Choose a tag to compare

What's Changed

  • otel: send AudioUrl, VideoUrl, DocumentUrl and ImageUrl information by @Kludex in #1592

Full Changelog: v0.1.5...v0.1.6

v0.1.5 (2025-04-25)

25 Apr 08:48
88bfd33
Compare
Choose a tag to compare

What's Changed

  • Drop requests minimum version to 2.32.2 by @Kludex in #1588

Full Changelog: v0.1.4...v0.1.5

v0.1.4 (2025-04-24)

24 Apr 10:36
22734e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4