Skip to content

Releases: pydantic/pydantic-ai

v0.0.39 2025-03-13

13 Mar 13:18
56d28a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.38...v0.0.39

v0.0.38 2025-03-13

13 Mar 10:33
3bdceaa
Compare
Choose a tag to compare

What's Changed

  • Fix instrumentation of FallbackModel by @alexmojaki in #1076
  • Add DocumentUrl and support document via BinaryContent by @Kludex in #987

Full Changelog: v0.0.37...v0.0.38

v0.0.37 2025-03-12

12 Mar 11:49
bca218e
Compare
Choose a tag to compare

What's Changed

  • Add base_url to models, populate server.address and server.port in spans by @alexmojaki in #1074
  • Add support for pre-loaded VertexAI service account info by @jerry-reevo in #1066
  • Add support for specifying tool name when using decorator. by @phemmer in #1087
  • Serialize bytes as base64 for JSON by @Kludex in #1089

New Contributors

Full Changelog: v0.0.36...v0.0.37

v0.0.36 2025-03-07

07 Mar 11:11
1a59f74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.35...v0.0.36

v0.0.35 2025-03-05

05 Mar 16:52
13ece6d
Compare
Choose a tag to compare

This release only makes sure that pydantic-ai-examples have the right dependency versions.

v0.0.34 2025-03-05

05 Mar 16:21
085a954
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.33...v0.0.34

v0.0.33 2025-03-05

05 Mar 09:55
7dbf79c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.32...v0.0.33

v0.0.32 2025-03-04

04 Mar 20:51
4b05ddb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.31...v0.0.32

v0.0.31 2025-03-03

03 Mar 12:02
f35655f
Compare
Choose a tag to compare

What's Changed

  • Accept recursive objects in return_type by @Kludex in #1017
  • Rename HandleResponseNode to CallToolsNode by @dmontagu in #1020
  • Make Graph.iter into an async contextmanager by @dmontagu in #958
  • Fix bug related to handling multiple result tools by @dmontagu in #926
  • Replace model request span with InstrumentedModel by @alexmojaki in #1012
  • Replace all_messages in agent span with all_messages_events in same format as InstrumentedModel span by @alexmojaki in #1018

New Contributors

Full Changelog: v0.0.30...v0.0.31

v0.0.30 2025-02-27

28 Feb 13:00
654d96d
Compare
Choose a tag to compare

What's Changed

  • Use .iter() API to fully replace existing streaming implementation by @dmontagu in #951
  • Added gpt-4.5-preview support for OpenAIModel by @dorukgezici in #1011
  • Add attributes mode to InstrumentedModel by @alexmojaki in #1010
  • Support different content inputs in TestModel by @Kludex in #1015

New Contributors

Full Changelog: v0.0.29...v0.0.30