Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps pydantic-ai from 0.0.40 to 0.2.12.

Release notes

Sourced from pydantic-ai's releases.

v0.2.12 (2025-05-29)

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.2.11...v0.2.12

v0.2.11 (2025-05-27)

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.2.10...v0.2.11

v0.2.10 (2025-05-27)

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.2.9...v0.2.10

v0.2.9 (2025-05-26)

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-ai@v0.2.8...v0.2.9

... (truncated)

Changelog

Sourced from pydantic-ai's changelog.

Upgrade Guide

PydanticAI 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

!!! note Here's a filtered list of the breaking changes for each version to help you upgrade PydanticAI.

v0.1.0 (2025-04-15)

See #1248 — the attribute/parameter name result was renamed to output 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.

v0.2.0 (2025-05-12)

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

  • Adds usage to ModelResponse (field has a default factory of Usage() so it'll work to load data that doesn't have usage)
  • changes the return type of Model.request to just ModelResponse instead of tuple[ModelResponse, Usage]

Full Changelog

Commits
  • 57cc515 Fix weather agent example with UI (#1851)
  • 18a86c7 Add new provider classes for Together AI, Fireworks AI, and Grok with automat...
  • 8637608 Add ModelProfile to let model-specific behaviors be configured independent of...
  • 4f32dbd Add support for Claude 4 Sonnet and Opus models in Bedrock (#1838)
  • 76fe4dd docs: add scope when loading credentials from file in google (#1850)
  • 09606c0 Enhance Gemini usage tracking to collect comprehensive token data (#1752)
  • 45d0ff2 Support functions as output_type, as well as lists of functions and other typ...
  • 08cf5dd Fix units of sse_read_timeout timedelta (#1843)
  • 1e22652 Add vendor_id and finish_reason to Gemini/Google model responses (#1800)
  • 3b12530 Don't send empty messages to Anthropic (#1027)
  • Additional commits viewable in compare 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.40 to 0.2.12.
- [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.40...v0.2.12)

---
updated-dependencies:
- dependency-name: pydantic-ai
  dependency-version: 0.2.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2025

Superseded by #98.

@dependabot dependabot bot closed this Jun 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/pydantic-ai-0.2.12 branch June 4, 2025 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants