Skip to content

Releases: pydantic/pydantic-ai

v0.1.3 (2025-04-18)

18 Apr 15:04
7a09324
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2 (2025-04-17)

17 Apr 08:16
a45b8e1
Compare
Choose a tag to compare

What's Changed

  • Fix max length handling by @dmontagu in #1510
  • Do a better job of inferring openai strict mode by @dmontagu in #1511
  • Properly validate serialized messages with BinaryContent by decoding base64 by @DouweM in #1513
  • Expose the StdioServerParameters.cwd param by @timesler in #1514

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1 (2025-04-16)

16 Apr 15:25
9d54821
Compare
Choose a tag to compare

What's Changed

  • fix: Allow empty tool call args by @Wh1isper in #1407
  • fix: add instructions on further requests besides UserPromptNode by @Kludex in #1503
  • Fix handling of additionalProperties by gemini by @Kludex in #1506

Full Changelog: v0.1.0...v0.1.1

v0.1.0 (2025-04-15)

15 Apr 21:35
d676f16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.55...v0.1.0

v0.0.55 2025-04-09

09 Apr 15:08
fbe5ea1
Compare
Choose a tag to compare

What's Changed

  • Allow empty user_prompt in run_stream by @lfloeer in #1421
  • fix: infer azure provider and environment for key by @Wh1isper in #1422
  • Fix bug with JSON schema generation when using InstrumentedModel by @dmontagu in #1424
  • Add PydanticAI User-Agent header by @Kludex in #1425

New Contributors

Full Changelog: v0.0.54...v0.0.55

v0.0.54 2025-04-09

09 Apr 10:01
39daccd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.53...v0.0.54

v0.0.53 2025-04-07

07 Apr 08:45
b22f95c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.52...v0.0.53

v0.0.52 2025-04-03

03 Apr 14:04
d5801e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.51...v0.0.52

v0.0.51 2025-04-03

03 Apr 10:02
583ac1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.50...v0.0.51

v0.0.50 2025-04-03

03 Apr 06:39
613dac8
Compare
Choose a tag to compare

What's Changed

  • Fix some issues with non-serializable inputs in evals by @dmontagu in #1333
  • Add expected output to logfire attributes for the evals task span by @dmontagu in #1334
  • Drop exclusiveMaximum/exclusiveMinimum from Gemini by @Kludex in #1341
  • Drop JSON schema url from schema on Gemini by @Kludex in #1342
  • Add py.typed marker to pydantic_evals package by @t94j0 in #1349

New Contributors

Full Changelog: v0.0.49...v0.0.50