Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pydantic/pydantic-ai

v0.4.3 (2025-07-16)

16 Jul 16:28
4d755d2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.4.2...v0.4.3

Contributors

  • @mmabrouk
  • @basnijholt
  • @bitnahian
  • @JadHADDAD92
  • @hanouticelina
  • @adtyavrdhn
mmabrouk, basnijholt, and 4 other contributors
Assets2
Loading
inchoate, hanouticelina, sebastiaan-john, and binbjz reacted with hooray emojibinbjz reacted with rocket emoji
4 people reacted

v0.4.2 (2025-07-10)

10 Jul 18:43
78f08f8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.4.1...v0.4.2

Contributors

  • @itayB
  • @tarruda
  • @misrasaurabh1
  • @erosennin
  • @Kludex
  • @svilupp
  • @fswair
itayB, tarruda, and 5 other contributors
Loading
binbjz reacted with hooray emojiederheisler, chensjlv, and binbjz reacted with rocket emoji
3 people reacted

v0.4.1 (2025-07-08)

10 Jul 08:09
4ada2ce
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.4.0...v0.4.1

Contributors

  • @physicsrob
  • @Kludex
  • @dmontagu
physicsrob, Kludex, and dmontagu
Loading

v0.4.0 (2025-07-08)

08 Jul 19:40
11d1cde
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • BREAKING CHANGE: MakeEvaluationReport andReportCase into generic dataclasses by@dmontagu in#1799
  • MakeToolDefinition.description optional and fix Bedrock description handling by@dmontagu in#1507
  • Add all audio types supported by Gemini to AudioUrl by@ChenghaoMou in#2151
  • Improve number_to_datetime performance by building TypeAdapter only once by@DouweM in#2153
  • Retain defaults in non-strict openai schemas by@dmontagu in#1519

Full Changelog:v0.3.7...v0.4.0

Contributors

  • @DouweM
  • @ChenghaoMou
  • @dmontagu
DouweM, ChenghaoMou, and dmontagu
Loading
binbjz reacted with thumbs up emojit94j0, Arman-Espiar, and binbjz reacted with hooray emoji
3 people reacted

v0.3.7 (2025-07-07)

07 Jul 20:49
036428c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • MakeAgentStream.stream_output (available insideagent.iter) stream validated output data instead of raising validation errors by@DouweM in#2134
  • Addmodel_request_stream_sync to direct API by@hewliyang in#2116
  • Add GitHub Models provider by@sgoedecke in#2114
  • Added support for google specific arguments for video analysis by@Sumered in#2110
  • Implemented a convenient way to use ACI.dev Tools in PydanticAI by@Kamal-Moha in#2093
  • Fix list rendering in documentation by@Viicos in#2145
  • Raise consistent deprecation warnings by@Viicos in#2148
  • Move docstring warning of model settings as a comment by@Viicos in#2146

New Contributors

Full Changelog:v0.3.6...v0.3.7

Contributors

  • @DouweM
  • @sgoedecke
  • @Sumered
  • @Viicos
  • @hewliyang
  • @Kamal-Moha
DouweM, sgoedecke, and 4 other contributors
Loading
binbjz reacted with hooray emoji
1 person reacted

v0.3.6 (2025-07-04)

04 Jul 15:20
d10f036
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • Deprecate{FunctionToolCallEvent,FunctionToolResultEvent}.call_id in favor oftool_call_id by@proever in#2028
  • Indicate to the model that aRetryPromptPart not tied to a tool call contains validation feedback rather than a user message by@hovi in#2008
  • Update starlette subdomain in docs by@alDuncanson in#2099
  • Update client.md - Typo by@kauabh in#2105
  • Add support for predicted outputs in OpenAIModelSettings by@webholics in#2106
  • Record tool response in tool run span by@alexmojaki in#2109
  • Use contextvars for agent overriding, rather than a local attribute by@dmontagu in#2118
  • Fix model parameters not being customized in fallback model request stream by@almeidaalajoel in#2120
  • simplify weather example by@samuelcolvin in#2129

New Contributors

Full Changelog:v0.3.5...v0.3.6

Contributors

  • @webholics
  • @hovi
  • @alexmojaki
  • @samuelcolvin
  • @proever
  • @alDuncanson
  • @almeidaalajoel
  • @dmontagu
  • @kauabh
webholics, hovi, and 7 other contributors
Loading

v0.3.5 (2025-06-30)

30 Jun 13:10
81bd32b
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • Add progress bar on evaluate by@davide-andreoli in#1871
  • Fix deprecation warning under Pydantic 2.11 by@medaminezghal in#2076
  • fix: async fixtures in conftest.py by@stevenh in#2068
  • fix: docs examples python version in tests by@stevenh in#2069
  • Set 'us-central1' by default onGoogleProvider by@Kludex in#2031
  • MoveThinkingPart to preceedTextPart inOpenAIResponsesModel by@Kludex in#2043
  • Fix deprecated kwargs validation to prevent silent failures by@svilupp in#2047
  • Support strict mode in NativeOutput by@severinh in#2084
  • Let tools return ToolReturn to pass additional content to model, or attach metadata that's not passed to the model by@Wh1isper in#2060
  • Add ability to include snippets in docs with inline-named sections for fragments and highlighting by@dmontagu in#2088
  • Add Slack Lead Qualifier example by@DouweM in#2079

New Contributors

Full Changelog:v0.3.4...v0.3.5

Contributors

  • @stevenh
  • @DouweM
  • @severinh
  • @Kludex
  • @medaminezghal
  • @dmontagu
  • @Wh1isper
  • @svilupp
  • @davide-andreoli
stevenh, DouweM, and 7 other contributors
Loading
binbjz and JMTamayo reacted with thumbs up emojiInfinnerty, thisisarko, and binbjz reacted with hooray emoji
4 people reacted

v0.3.4 (2025-06-26)

26 Jun 06:16
a341e56
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.3.3...v0.3.4

Contributors

  • @Kludex
  • @adtyavrdhn
Kludex and adtyavrdhn
Loading
adtyavrdhn and binbjz reacted with hooray emojipedroallenrevez and binbjz reacted with heart emojibinbjz reacted with rocket emoji
3 people reacted

v0.3.3 (2025-06-24)

24 Jun 17:31
8039c20
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:v0.3.2...v0.3.3

Contributors

  • @DouweM
  • @samuelcolvin
  • @Kludex
  • @dmontagu
  • @Wh1isper
  • @xflashxx
  • @fswair
DouweM, samuelcolvin, and 5 other contributors
Loading
binbjz reacted with hooray emojiBurhan-Q, severinh, gutyoh, and binbjz reacted with rocket emoji
4 people reacted

v0.3.2 (2025-06-21)

21 Jun 05:16
a25eb96
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:v0.3.1...v0.3.2

Contributors

  • @samuelcolvin
samuelcolvin
Loading
gh640, pnsvk, binbjz, and pietz reacted with thumbs up emojibinbjz reacted with hooray emojibinbjz reacted with heart emojibinbjz reacted with rocket emoji
4 people reacted
Previous13451011
Previous

[8]ページ先頭

©2009-2025 Movatter.jp