Skip to content

chore(deps): update dependency pydantic-ai to >=1.93.0#534

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pydantic-ai-1.x
Open

chore(deps): update dependency pydantic-ai to >=1.93.0#534
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pydantic-ai-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 6, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
pydantic-ai (changelog) >=1.57.0>=1.93.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pydantic/pydantic-ai (pydantic-ai)

v1.93.0: (2026-05-08)

Compare Source

What's Changed

🚀 Features
  • Add tool_choice setting by @​dsfaccini in #​3611
  • Yield OutputToolCallEvent/OutputToolResultEvent for output tool calls; deprecate function-tool events for failing output tool calls by @​DouweM in #​5320
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.92.0...v1.93.0

v1.92.0: (2026-05-07)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.91.0...v1.92.0

v1.91.0: (2026-05-06)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.90.0...v1.91.0

v1.90.0: (2026-05-04)

Compare Source

What's Changed

🚀 Features
  • feat: add OpenAI Conversations API state support via OpenAIResponsesModelSettings.openai_conversation_id by @​corytomlinson in #​5224
  • feat: typed OTel metadata for code tool call syntax highlighting by @​DouweM in #​5297
📦 Dependencies

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.89.1...v1.90.0

v1.89.1: (2026-05-01)

Compare Source

What's Changed

🤖 Coding Agent Experience
🐛 Bug Fixes
  • fix: restore wrap_validation_errors on ToolManager function-tool methods by @​DouweM in #​5275
  • Defer anyio.Lock creation via cached_property to bind to running loop by @​Kludex in #​5265

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.89.0...v1.89.1

v1.89.0: (2026-04-30)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.88.0...v1.89.0

v1.88.0: (2026-04-28)

Compare Source

What's Changed

🚀 Features
  • feat(capabilities)!: output validate/process hooks; scope prepare_tools to function tools, add prepare_output_tools by @​DouweM in #​4859
  • feat: cross-provider service_tier model setting; Anthropic + Gemini API + Vertex Priority PayGo support by @​markmcd in #​4926
  • Add anthropic speed, fast mode for opus 4.6 by @​bohdanhr in #​4300
  • feat: support OpenAI Responses phase on assistant messages by @​DouweM in #​5229
  • feat(ui): add UIAdapter.sanitize_messages and allowed_file_url_schemes by @​DouweM in #​5228
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.87.0...v1.88.0

v1.87.0: (2026-04-24)

Compare Source

What's Changed

🚀 Features

Full Changelog: pydantic/pydantic-ai@v1.86.1...v1.87.0

v1.86.1: (2026-04-23)

Compare Source

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.86.0...v1.86.1

v1.86.0: (2026-04-22)

Compare Source

What's Changed

🚀 Features
  • feat(ui): add UIAdapter.manage_system_prompt + ReinjectSystemPrompt capability by @​dsfaccini in #​4087
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.85.1...v1.86.0

v1.85.1: (2026-04-21)

Compare Source

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.85.0...v1.85.1

v1.85.0: (2026-04-21)

Compare Source

What's Changed

🚀 Features

Full Changelog: pydantic/pydantic-ai@v1.84.1...v1.85.0

v1.84.1: (2026-04-17)

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.84.0...v1.84.1

v1.84.0: (2026-04-16)

Compare Source

What's Changed

🔒 Security
  • Fix exponential-time regex in Google FileSearchTool response parsing by @​DouweM in #​5106. This was first released in yesterday's v1.83.0. The pattern was reachable in principle from Gemini streaming responses but could not be triggered via real Gemini output in testing, so we're treating it as a hardening fix rather than a vulnerability.
🚀 Features
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.83.0...v1.84.0

v1.83.0: (2026-04-15)

Compare Source

🤖 Pydantic AI Harness is now live with Code Mode powered by Monty!

What's Changed

🚀 Features

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.82.0...v1.83.0

v1.82.0: (2026-04-14)

Compare Source

🤖 Pydantic AI Harness is now live with Code Mode powered by Monty!

What's Changed

🐛 Bug Fixes
📦 Dependencies

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.81.0...v1.82.0

v1.81.0: (2026-04-13)

Compare Source

🤖 Pydantic AI Harness is now live with Code Mode powered by Monty!

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.80.0...v1.81.0

v1.80.0: (2026-04-10)

Compare Source

What's Changed

🚀 Features
  • Add CapabilityOrdering (innermost, outermost, wraps, wrapped_by, requires`) by @​DouweM in #​5036
  • Hooks ordering parameter and instance refs in wraps/wrapped_by by @​DouweM in #​5048
  • Add server-side compaction support via OpenAICompaction and AnthropicCompaction capabilities by @​DouweM in #​4943
🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.79.0...v1.80.0

v1.79.0: (2026-04-09)

Compare Source

What's Changed

🚀 Features
  • Full support for AG-UI 0.1.13 and 0.1.15: reasoning, multi-modal, dump_messages by @​dsfaccini in #​3971
  • Replace HTTP client cache with create_async_http_client and context manager by @​dsfaccini in #​4421
  • Add apply() to AbstractCapability, CombinedCapability, and WrapperCapability by @​DouweM in #​5022
🐛 Bug Fixes
  • fix: update internal $refs in renamed schema defs, handle missing keywords, and detect semantically different defs by @​Ricardo-M-L in #​5020
  • fix: force streaming in run() when capability/hook overrides wrap_run_event_stream by @​DouweM in #​5028
  • Fix on_node_run_error and after_node_run hook recovery by @​DouweM in #​5023
  • fix: add missing space in provider UserError messages by @​graydeon in #​4976

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.78.0...v1.79.0

v1.78.0: (2026-04-07)

Compare Source

What's Changed

🚀 Features

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.77.0...v1.78.0

v1.77.0: (2026-04-02)

Compare Source

What's Changed

🚀 Features
  • feat: add local WebFetch tool and have WebFetch capability use it when provider lacks builtin support by @​DEENUU1 in #​4906
  • Add defer_loading to tools and toolsets to enable tool search by @​dsfaccini in #​4090
  • Add ThreadExecutor capability and Agent.using_thread_executor() by @​DouweM in #​4942
  • feat: smart instruction caching — automatically insert Anthropic/Bedrock cache boundary at static/dynamic split by @​Alex-Resch in #​4865
  • Support server_message_id in VercelAIEventStream by @​dsfaccini in #​4579
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.76.0...v1.77.0

v1.76.0: (2026-04-01)

Compare Source

What's Changed

🚀 Features
  • Have ImageGeneration capability auto-fallback to subagent with imagegen model if main model lacks imagegen by @​DouweM in #​4910
  • Add agent to RunContext by @​DouweM in #​4922
🐛 Bug Fixes
📦 Dependencies

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.75.0...v1.76.0

v1.75.0: (2026-03-31)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.74.0...v1.75.0

v1.74.0: (2026-03-30)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.73.0...v1.74.0

v1.73.0: (2026-03-26)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes
📦 Dependencies

Full Changelog: pydantic/pydantic-ai@v1.72.0...v1.73.0

v1.72.0: (2026-03-25)

Compare Source

What's Changed

🚀 Features
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.71.0...v1.72.0

v1.71.0: (2026-03-24)

Compare Source

What's Changed

🚀 Features

Full Changelog: pydantic/pydantic-ai@v1.70.0...v1.71.0

v1.70.0: (2026-03-17)

Compare Source

What's Changed

🚀 Features
  • Add bedrock_inference_profile to BedrockModelSettings and BedrockEmbeddingSettings by @​dsfaccini in #​4697
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.69.0...v1.70.0

v1.69.0: (2026-03-16)

Compare Source

What's Changed

🚀 Features
  • Add description parameter to Agent and set gen_ai.agent.description on span by @​Kludex in #​4677
  • Send multimodal tool results to APIs directly instead of splitting into user parts by @​dsfaccini in #​3826
  • Add response-based fallback support for FallbackModel by @​sarth6 in #​3786
🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.68.0...v1.69.0

v1.68.0: (2026-03-12)

Compare Source

What's Changed

Changes
🐛 Bug Fixes
📦 Dependencies

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 6, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package pydantic-ai
Downloading cpython-3.13.13-linux-x86_64-gnu (download) (33.2MiB)
 Downloaded cpython-3.13.13-linux-x86_64-gnu (download)
Using CPython 3.13.13
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version >= '3.14' and platform_machine != 's390x'):
  ╰─▶ Because all of:
          transformers>=4.54.0,<=4.56.2
          transformers>=4.57.1,<=4.57.6
      depend on huggingface-hub>=0.34.0,<1.0 and huggingface-hub>=0.30.0,<1.0,
      we can conclude that all of:
          transformers>=4.51.0,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1,<=4.57.6
      depend on huggingface-hub>=0.30.0,<1.0.
      And because transformers>=4.49.0,<=4.50.3 depends on
      huggingface-hub>=0.26.0,<1.0, we can conclude that all of:
          transformers>=4.49.0,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1,<=4.57.6
      depend on huggingface-hub>=0.26.0,<1.0.
      And because transformers>=4.47.0,<=4.48.3 depends on
      huggingface-hub>=0.24.0,<1.0 and huggingface-hub>=0.23.2,<1.0, we can
      conclude that all of:
          transformers>=4.42.0,<=4.45.2
          transformers>=4.46.1,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1,<=4.57.6
      depend on huggingface-hub>=0.23.2,<1.0.
      And because transformers>=4.41.0,<=4.41.2 depends on
      huggingface-hub>=0.23.0,<1.0 and huggingface-hub>=0.19.3,<1.0, we can
      conclude that all of:
          transformers>=4.36.0,<=4.45.2
          transformers>=4.46.1,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1,<=4.57.6
      depend on huggingface-hub>=0.19.3,<1.0.
      And because pydantic-ai-slim[huggingface]==1.93.0 depends
      on huggingface-hub>=1.3.4 and pydantic-ai==1.93.0 depends on
      pydantic-ai-slim[huggingface]==1.93.0, we can conclude that
      pydantic-ai==1.93.0 and all of:
          transformers>=4.36.0,<=4.45.2
          transformers>=4.46.1,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1,<=4.57.6
       are incompatible.
      And because only pydantic-ai<=1.93.0 is available and
      mcp-optimizer:examples depends on pydantic-ai>=1.93.0, we can conclude
      that mcp-optimizer:examples and all of:
          transformers>=4.36.0,<=4.45.2
          transformers>=4.46.1,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1,<=4.57.6
       are incompatible.
      And because optimum-onnx==0.1.0 depends on transformers>=4.36,<4.58.0
      and optimum[onnxruntime]==2.1.0 depends on optimum-onnx[onnxruntime], we
      can conclude that optimum[onnxruntime]==2.1.0, all of:
          transformers<=4.45.2
          transformers>=4.46.1,<=4.51.3
          transformers>=4.52.1,<=4.56.2
          transformers>=4.57.1
      , optimum-onnx[onnxruntime]>=0.1.0, mcp-optimizer:examples are
      incompatible.
      And because only the following versions of optimum-onnx[onnxruntime]
      are available:
          optimum-onnx[onnxruntime]==0.0.1
          optimum-onnx[onnxruntime]==0.0.2
          optimum-onnx[onnxruntime]==0.0.3
          optimum-onnx[onnxruntime]==0.1.0
      and transformers==4.57.0 was yanked (reason: Error in the setup causing
      installation issues), we can conclude that optimum[onnxruntime]==2.1.0,
      optimum-onnx>0.0.3, all of:
          transformers<=4.45.2
          transformers>=4.46.1,<=4.51.3
          transformers>=4.52.1
      , mcp-optimizer:examples are incompatible.
      And because transformers==4.52.0 was yanked and transformers==4.46.0
      was yanked (reason: This version unfortunately does not work with
      3.8 but we did not drop the support yet), we can conclude that
      optimum[onnxruntime]==2.1.0, optimum-onnx>0.0.3, all of:
          transformers<=4.36.0
          transformers==4.36.1
          transformers==4.36.2
          transformers==4.37.0
          transformers==4.37.1
          transformers==4.37.2
          transformers==4.38.0
          transformers==4.38.1
          transformers==4.38.2
          transformers==4.39.0
          transformers==4.39.1
          transformers==4.39.2
          transformers==4.39.3
          transformers==4.40.0
          transformers==4.40.1
          transformers==4.40.2
          transformers==4.41.0
          transformers==4.41.1
          transformers==4.41.2
          transformers==4.42.0
          transformers==4.42.1
          transformers==4.42.2
          transformers==4.42.3
          transformers==4.42.4
          transformers==4.43.0
          transformers==4.43.1
          transformers==4.43.2
          transformers==4.43.3
          transformers==4.43.4
          transformers==4.44.0
          transformers==4.44.1
          transformers==4.44.2
          transformers==4.45.0
          transformers==4.45.1
          transformers==4.45.2
          transformers==4.46.0
          transformers==4.46.1
          transformers==4.46.2
          transformers==4.46.3
          transformers==4.47.0
          transformers==4.47.1
          transformers==4.48.0
          transformers==4.48.1
          transformers==4.48.2
          transformers==4.48.3
          transformers==4.49.0
          transformers==4.50.0
          transformers==4.50.1
          transformers==4.50.2
          transformers==4.50.3
          transformers==4.51.0
          transformers==4.51.1
          transformers==4.51.2
          transformers==4.51.3
          transformers==4.52.0
          transformers==4.52.1
          transformers==4.52.2
          transformers==4.52.3
          transformers==4.52.4
          transformers==4.53.0
          transformers==4.53.1
          transformers==4.53.2
          transformers==4.53.3
          transformers==4.54.0
          transformers==4.54.1
          transformers==4.55.0
          transformers==4.55.1
          transformers==4.55.2
          transformers==4.55.3
          transformers==4.55.4
          transformers==4.56.0
          transformers==4.56.1
          transformers==4.56.2
          transformers==4.57.0
          transformers==4.57.1
          transformers==4.57.2
          transformers==4.57.3
          transformers==4.57.4
          transformers==4.57.5
          transformers==4.57.6
          transformers>=4.58.0
      , mcp-optimizer:examples are incompatible.
      And because only the following versions of transformers are available:
          transformers<=4.36.0
          transformers==4.36.1
          transformers==4.36.2
          transformers==4.37.0
          transformers==4.37.1
          transformers==4.37.2
          transformers==4.38.0
          transformers==4.38.1
          transformers==4.38.2
          transformers==4.39.0
          transformers==4.39.1
          transformers==4.39.2
          transformers==4.39.3
          transformers==4.40.0
          transformers==4.40.1
          transformers==4.40.2
          transformers==4.41.0
          transformers==4.41.1
          transformers==4.41.2
          transformers==4.42.0
          transformers==4.42.1
          transformers==4.42.2
          transformers==4.42.3
          transformers==4.42.4
          transformers==4.43.0
          transformers==4.43.1
          transformers==4.43.2
          transformers==4.43.3
          transformers==4.43.4
          transformers==4.44.0
          transformers==4.44.1
          transformers==4.44.2
          transformers==4.45.0
          transformers==4.45.1
          transformers==4.45.2
          transformers==4.46.0
          transformers==4.46.1
          transformers==4.46.2
          transformers==4.46.3
          transformers==4.47.0
          transformers==4.47.1
          transformers==4.48.0
          transformers==4.48.1
          transformers==4.48.2
          transformers==4.48.3
          transformers==4.49.0
          transformers==4.50.0
          transformers==4.50.1
          transformers==4.50.2
          transformers==4.50.3
          transformers==4.51.0
          transformers==4.51.1
          transformers==4.51.2
          transformers==4.51.3
          transformers==4.52.0
          transformers==4.52.1
          transformers==4.52.2
          transformers==4.52.3
          transformers==4.52.4
          transformers==4.53.0
          transformers==4.53.1
          transformers==4.53.2
          transformers==4.53.3
          transformers==4.54.0
          transformers==4.54.1
          transformers==4.55.0
          transformers==4.55.1
          transformers==4.55.2
          transformers==4.55.3
          transformers==4.55.4
          transformers==4.56.0
          transformers==4.56.1
          transformers==4.56.2
          transformers==4.57.0
          transformers==4.57.1
          transformers==4.57.2
          transformers==4.57.3
          transformers==4.57.4
          transformers==4.57.5
          transformers==4.57.6
          transformers>4.58.0
      and optimum-onnx<=0.0.3 depends on optimum>=2.0.0,<2.1.dev0, we can
      conclude that all of:
          optimum<2.0.0
          optimum>=2.1.dev0
      , optimum[onnxruntime]==2.1.0, mcp-optimizer:examples are incompatible.
      And because only optimum[onnxruntime]<=2.1.0 is available and
      mcp-optimizer:offline-models depends on optimum[onnxruntime]>=2.1.0,
      we can conclude that mcp-optimizer:offline-models and
      mcp-optimizer:examples are incompatible.
      And because your project requires mcp-optimizer:examples and
      mcp-optimizer:offline-models, we can conclude that your project's
      requirements are unsatisfiable.

      hint: While the active Python version is 3.13, the resolution failed for
      other Python versions supported by your project. Consider limiting your
      project's supported Python versions using `requires-python`.

@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 3a81a29 to 3ad3a67 Compare May 7, 2026 00:43
@renovate renovate Bot changed the title chore(deps): update dependency pydantic-ai to >=1.90.0 chore(deps): update dependency pydantic-ai to >=1.91.0 May 7, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 3ad3a67 to 6fb98c0 Compare May 8, 2026 05:27
@renovate renovate Bot changed the title chore(deps): update dependency pydantic-ai to >=1.91.0 chore(deps): update dependency pydantic-ai to >=1.92.0 May 8, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 6fb98c0 to da2eab4 Compare May 9, 2026 02:02
@renovate renovate Bot changed the title chore(deps): update dependency pydantic-ai to >=1.92.0 chore(deps): update dependency pydantic-ai to >=1.93.0 May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants