Skip to content

deps(ai-assistant)(deps): Bump pydantic-ai from 0.8.1 to 1.56.0 in /ai-assistant#292

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/ai-assistant/pydantic-ai-1.56.0
Open

deps(ai-assistant)(deps): Bump pydantic-ai from 0.8.1 to 1.56.0 in /ai-assistant#292
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/ai-assistant/pydantic-ai-1.56.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 6, 2026

Bumps pydantic-ai from 0.8.1 to 1.56.0.

Release notes

Sourced from pydantic-ai's releases.

v1.56.0 (2026-02-05)

What's Changed

🚀 Features

🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.55.0...v1.56.0

v1.55.0 (2026-02-04)

What's Changed

🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.54.0...v1.55.0

v1.54.0 (2026-02-04)

What's Changed

🚀 Features

Full Changelog: pydantic/pydantic-ai@v1.53.0...v1.54.0

v1.53.0 (2026-02-04)

What's Changed

🚀 Features

Full Changelog: pydantic/pydantic-ai@v1.52.0...v1.53.0

v1.52.0 (2026-02-02)

What's Changed

🚀 Features

... (truncated)

Changelog

Sourced from pydantic-ai's changelog.

Upgrade Guide

In September 2025, Pydantic AI reached V1, which means we're committed to API stability: we will not introduce changes that break your code until V2. For more information, review our Version Policy.

Breaking Changes

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

v1.0.1 (2025-09-05)

The following breaking change was accidentally left out of v1.0.0:

  • See #2808 - Remove Python evaluator from pydantic_evals for security reasons

v1.0.0 (2025-09-04)

  • See #2725 - Drop support for Python 3.9
  • See #2738 - Make many dataclasses require keyword arguments
  • See #2715 - Remove cases and averages attributes from pydantic_evals spans
  • See #2798 - Change ModelRequest.parts and ModelResponse.parts types from list to Sequence
  • See #2726 - Default InstrumentationSettings version to 2
  • See #2717 - Remove errors when passing AsyncRetrying or Retrying object to AsyncTenacityTransport or TenacityTransport instead of RetryConfig

v0.x.x

Before V1, minor versions were used to introduce breaking changes:

v0.8.0 (2025-08-26)

See #2689 - AgentStreamEvent was expanded to be a union of ModelResponseStreamEvent and HandleResponseEvent, simplifying the event_stream_handler function signature. Existing code accepting AgentStreamEvent | HandleResponseEvent will continue to work.

v0.7.6 (2025-08-26)

The following breaking change was inadvertently released in a patch version rather than a minor version:

See #2670 - TenacityTransport and AsyncTenacityTransport now require the use of pydantic_ai.retries.RetryConfig (which is just a TypedDict containing the kwargs to tenacity.retry) instead of tenacity.Retrying or tenacity.AsyncRetrying.

v0.7.0 (2025-08-12)

See #2458 - pydantic_ai.models.StreamedResponse now yields a FinalResultEvent along with the existing PartStartEvent and PartDeltaEvent. If you're using pydantic_ai.direct.model_request_stream or pydantic_ai.direct.model_request_stream_sync, you may need to update your code to account for this.

See #2458 - pydantic_ai.models.Model.request_stream now receives a run_context argument. If you've implemented a custom Model subclass, you will need to account for this.

See #2458 - pydantic_ai.models.StreamedResponse now requires a model_request_parameters field and constructor argument. If you've implemented a custom Model subclass and implemented request_stream, you will need to account for this.

v0.6.0 (2025-08-06)

This release was meant to clean some old deprecated code, so we can get a step closer to V1.

See #2440 - The next method was removed from the Graph class. Use async with graph.iter(...) as run: run.next() instead.

... (truncated)

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 6, 2026

Labels

The following labels could not be found: ai-assistant, python, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from c8a1ed8 to 105a26b Compare February 9, 2026 09:50
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 105a26b to c286191 Compare February 9, 2026 09:57
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from c286191 to 4f2c4d7 Compare February 9, 2026 09:59
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 4f2c4d7 to 9eeb9b7 Compare February 9, 2026 10:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 9eeb9b7 to d6f16a6 Compare February 9, 2026 10:07
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from d6f16a6 to 0f2ab37 Compare February 9, 2026 10:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 0f2ab37 to 8b65440 Compare February 9, 2026 10:13
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 8b65440 to 636a04a Compare February 9, 2026 10:23
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 636a04a to e248bcb Compare February 9, 2026 10:25
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from e248bcb to 09e0221 Compare February 9, 2026 11:54
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@tosin2013
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 09e0221 to 5a2de87 Compare February 16, 2026 01:09
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 5a2de87 to c429333 Compare February 16, 2026 09:22
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from c429333 to eb79199 Compare February 16, 2026 09:34
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from eb79199 to f33967c Compare February 16, 2026 09:44
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from f33967c to 676e150 Compare February 16, 2026 09:46
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 676e150 to 2178698 Compare February 16, 2026 09:50
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 2178698 to 8fd4c75 Compare February 23, 2026 09:43
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 8fd4c75 to c5bb6ee Compare February 23, 2026 09:47
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from c5bb6ee to d3afade Compare February 23, 2026 09:53
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from d3afade to fdb22fa Compare February 23, 2026 09:55
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from fdb22fa to efa1d16 Compare February 23, 2026 10:17
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from efa1d16 to 7b8c71b Compare February 23, 2026 10:19
@github-actions
Copy link
Copy Markdown
Contributor

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from 7b8c71b to fb3cc32 Compare March 2, 2026 09:34
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 2, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

Bumps [pydantic-ai](https://github.com/pydantic/pydantic-ai) from 0.8.1 to 1.56.0.
- [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.8.1...v1.56.0)

---
updated-dependencies:
- dependency-name: pydantic-ai
  dependency-version: 1.56.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/ai-assistant/pydantic-ai-1.56.0 branch from fb3cc32 to cbf5575 Compare March 2, 2026 09:36
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 2, 2026

Major version update detected

This PR contains a major version update that requires manual review:

  • Package: pydantic-ai
  • Update Type: version-update:semver-major
  • Previous Version: 0.8.1
  • New Version: 1.56.0

Please review the changelog and test thoroughly before merging.

Testing checklist:

  • Test enhanced_load_variables.py functionality
  • Test network detection features
  • Test vault integration
  • Test ansible-builder execution environment
  • Verify no breaking changes in deployment scripts

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant