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

⬆ Bump pydantic-ai from 0.0.30 to 0.4.10#13958

Merged
YuriiMotov merged 1 commit intomasterfrom
dependabot/pip/pydantic-ai-0.4.10
Aug 1, 2025
Merged

⬆ Bump pydantic-ai from 0.0.30 to 0.4.10#13958
YuriiMotov merged 1 commit intomasterfrom
dependabot/pip/pydantic-ai-0.4.10

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 1, 2025

Bumpspydantic-ai from 0.0.30 to 0.4.10.

Release notes

Sourced frompydantic-ai's releases.

v0.4.10 (2025-07-30)

What's Changed

New Contributors

Full Changelog:pydantic/pydantic-ai@v0.4.9...v0.4.10

v0.4.9 (2025-07-28)

What's Changed

Full Changelog:pydantic/pydantic-ai@v0.4.8...v0.4.9

v0.4.8 (2025-07-28)

What's Changed

New Contributors

Full Changelog:pydantic/pydantic-ai@v0.4.7...v0.4.8

v0.4.7 (2025-07-24)

What's Changed

... (truncated)

Changelog

Sourced frompydantic-ai's changelog.

Upgrade Guide

Pydantic AI is still pre-version 1, so breaking changes will occur, however:

  • We try to minimize them as much as possible.
  • We use minor version bumps to signify breaking changes.
  • Wherever possible we deprecate old features so code continues to work with deprecation warnings when changing the public API.
  • We intend to release V1 in summer 2025, and then follow strict semantic versioning, e.g. no intentional breaking changes except in minor or patch versions.

Breaking Changes

!!! noteHere's a filtered list of the breaking changes for each version to help you upgrade Pydantic AI.

v0.4.0 (2025-07-08)

See#1799 - Pydantic EvalsEvaluationReport andReportCase are now generic dataclasses instead of Pydantic models. If you were serializing them usingmodel_dump(), you will now need to use theEvaluationReportAdapter andReportCaseAdapter type adapters instead.

See#1507 - TheToolDefinitiondescription argument is now optional and the order of positional arguments has changed fromname, description, parameters_json_schema, ... toname, parameters_json_schema, description, ... to account for this.

v0.3.0 (2025-06-18)

See#1142 — Adds support for thinking parts.

We now convert the thinking blocks ("<think>..."</think>") in provider specific text parts toPydantic AIThinkingParts. Also, as part of this release, we made the choice to not send back theThinkingParts to the provider - the idea is to save costs on behalf of the user. In the future, weintend to add a setting to customize this behavior.

v0.2.0 (2025-05-12)

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

  • Addsusage toModelResponse (field has a default factory ofUsage() so it'll work to load data that doesn't have usage)
  • changes the return type ofModel.request to justModelResponse instead oftuple[ModelResponse, Usage]

v0.1.0 (2025-04-15)

See#1248 — the attribute/parameter nameresult was renamed tooutput in many places. Hopefully all changes keep a deprecated attribute or parameter with the old name, so you should get many deprecation warnings.

See#1484format_as_xml was moved and made available to import from the package root, e.g.from pydantic_ai import format_as_xml.


Full Changelog

... (truncated)

Commits
  • 80a7284 Addpriorityservice_tier toOpenAIModelSettings and respect it in `Ope...
  • 29c72a6 Always enter Toolset context when running agent (#2361)
  • 0584724 Add HTTP Referer request header to Vercel AI Gateway provider (#2369)
  • 3e1f634 Fix parallel tool calling with tools returning ToolReturn with content (#2365)
  • c7a3591 Revert "Remove older deprecated models of Anthropic" (#2358)
  • 8f20f9b Remove older deprecated models of Anthropic (#2345)
  • 362dcbf Set up environment for@​claude, allow it make and uv, and reading CI logs (#2...
  • ab92e67 Refine retry logic for parallel tool calling (#2317)
  • 2fca506 Ensure AG-UI state is isolated between requests. (#2343)
  • 168680a Fix AgentStream.stream_output and StreamedRunResult.stream_structured with ou...
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pydantic-ai](https://github.com/pydantic/pydantic-ai) from 0.0.30 to 0.4.10.- [Release notes](https://github.com/pydantic/pydantic-ai/releases)- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)- [Commits](pydantic/pydantic-ai@v0.0.30...v0.4.10)---updated-dependencies:- dependency-name: pydantic-ai  dependency-version: 0.4.10  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsAug 1, 2025
@YuriiMotov
Copy link
Member

Checkedtranslate.py script, works well with new version

@YuriiMotovYuriiMotov merged commitb42e287 intomasterAug 1, 2025
44 checks passed
@YuriiMotovYuriiMotov deleted the dependabot/pip/pydantic-ai-0.4.10 branchAugust 1, 2025 13:50
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency fileinternalpythonPull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@YuriiMotov

Comments


[8]ページ先頭

©2009-2026 Movatter.jp