Skip to content

Releases: pydantic/pydantic-ai

v0.0.45

26 Mar 10:42
a60f0e1
Compare
Choose a tag to compare

What's Changed

  • Generate tool call id if not present by @Kludex in #1229
  • add user mapping in openai chat completion by @ovisek in #1174
  • Remove non-provider parameters from models by @Kludex in #1239

New Contributors

Full Changelog: v0.0.44...v0.0.45

v0.0.44

25 Mar 12:04
ff053fe
Compare
Choose a tag to compare

What's Changed

  • Migrate OpenAI models away from max_tokens to max_completion_tokens by @barapa in #1206
  • Add return docstring to the function description by @Kludex in #1207
  • Add model_request_parameters attribute (containing tool definitions) to chat spans by @alexmojaki in #1177
  • Use get_running_loop instead of get_event_loop by @Kludex in #1204
  • Bump openai to 1.66.0 by @Kludex in #1202
  • Use pydantic-ai-slim version on CLI instead of pydantic-ai by @samuelcolvin in #1213
  • Drop system parameter from OpenAIModel by @Kludex in #1235
  • Use provider on models inference by @Kludex in #1234
  • Add cohere provider class by @hrahmadi71 in #1225

New Contributors

Full Changelog: v0.0.43...v0.0.44

v0.0.43 2025-03-21

21 Mar 09:02
15c386a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.42...v0.0.43

v0.0.42 2025-03-19

19 Mar 15:26
ea11f27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.41...v0.0.42

v0.0.41 2025-03-17

17 Mar 15:01
1479995
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.40...v0.0.41

v0.0.40 2025-03-15

15 Mar 14:41
35895ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.39...v0.0.40

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