Skip to content

fix(deps): update dependency pydantic-ai to >=1.102.0#123

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

fix(deps): update dependency pydantic-ai to >=1.102.0#123
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pydantic-ai-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 24, 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.46.0>=1.102.0 age confidence

Release Notes

pydantic/pydantic-ai (pydantic-ai)

v1.102.0: (2026-05-22)

Compare Source

What's Changed

🛡️ Security
  • Expand IPv6 transition-form handling in URL validation by @​DouweM in #​5596
    • Security advisory: SSRF cloud-metadata blocklist bypass via additional IPv6 transition forms GHSA-cg7w-rg45-pc59
    • You are affected only if your application explicitly opts a FileUrl into force_download='allow-local' on a URL that is, or could be, influenced by untrusted input, AND runs on a NAT64- or ISATAP-configured network (e.g. some IPv6-only or dual-stack-with-NAT64 Kubernetes setups).
    • You are not affected if you run on a standard dual-stack cloud VM or container, which does not route these forms in practice.
    • You are not affected if you use any of the bundled integrations to ingest user input: Agent.to_web / clai web; VercelAIAdapter; AGUIAdapter / Agent.to_ag_ui
🐛 Bug Fixes
  • Don't auto-promote strict=None tools to strict mode with Bedrock, and skip strict field when botocore is too old by @​shailendher in #​5580
  • fix(bedrock): Disable Opus 4.7 native structured output by @​cosmopolitan033 in #​5582
  • fix(instrumentation): Prevent false positive variable_instructions span attribute by @​madanlalit in #​5487
  • Fix: VercelAIAdapter now accepts providerExecuted / title on dynamic-tool message parts by @​he-yufeng in #​5474
  • Normalize trailing dot and case in WebFetchTool domain matching by @​DouweM in #​5592

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.101.0...v1.102.0

v1.101.0: (2026-05-21)

Compare Source

What's Changed
🚀 Features
🐛 Bug Fixes
  • Fix AnthropicModel dropping code execution tool results when continuing a conversation by @​2830500285 in #​5568
  • Fix thinking being silently dropped for Claude Sonnet 4.6 and Opus 4.6 on Bedrock, and support adaptive thinking efforts by @​sarth6 in #​5326
  • Don't drop single BaseModel tool arguments sent in wrapped form when the model uses default extra='ignore' by @​macayu17 in #​5560
  • Preserve Xai tool result IDs and require xai-sdk 1.6.0 by @​FU-max-boop in #​5355
📦 Dependencies
New Contributors

Full Changelog: pydantic/pydantic-ai@v1.100.0...v1.101.0

v1.100.0: (2026-05-20)

Compare Source

What's Changed
🛡️ Security
  • Normalize IPv6 transition forms in URL validation by @​DouweM in #​5528
    • Security advisory: SSRF cloud-metadata blocklist bypass via IPv6-encoded address forms GHSA-cqp8-fcvh-x7r3
    • This fix went out in yesterday's v1.99.0.
    • You are affected only if your application explicitly opts a FileUrl into force_download='allow-local' on a URL that is, or could be, influenced by untrusted input.
    • You are not affected if you use any of the bundled integrations to ingest user input: Agent.to_web / clai web; VercelAIAdapter; AGUIAdapter / Agent.to_ag_ui
🚀 Features
🐛 Bug Fixes
  • Ignore signatures on incomplete incoming thinking parts when Vercel AI by @​pydanty[bot] in #​5534
🆕 V2 Preparation
  • Deprecate gateway/gemini: prefix in favor of gateway/google-cloud: by @​dsfaccini in #​5543
  • Deprecate method-style StreamedResponse.usage(); raise on region-less Gateway API keys by @​dsfaccini in #​5546
  • Deprecate positional construction of evals classes ahead of v2 kw-only flip by @​dmontagu in #​5547
  • Deprecate evaluation_name / evaluator_version attribute pattern in favor of explicit accessor methods by @​dmontagu in #​5554
New Contributors

Full Changelog: pydantic/pydantic-ai@v1.99.0...v1.100.0

v1.99.0: (2026-05-19)

Compare Source

What's Changed

🛡️ Security
  • Normalize IPv6 transition forms in URL validation by @​DouweM in #​5528
    • Security advisory: SSRF cloud-metadata blocklist bypass via IPv6-encoded address forms GHSA-cqp8-fcvh-x7r3
    • You are affected only if your application explicitly opts a FileUrl into force_download='allow-local' on a URL that is, or could be, influenced by untrusted input.
    • You are not affected if you use any of the bundled integrations to ingest user input: Agent.to_web / clai web; VercelAIAdapter; AGUIAdapter / Agent.to_ag_ui
🚀 Features
🐛 Bug Fixes

Full Changelog: pydantic/pydantic-ai@v1.98.0...v1.99.0

v1.98.0: (2026-05-18)

Compare Source

What's Changed

🚀 Features
  • Add OpenAI Responses input token counting (OpenAIResponsesModel.count_tokens) by @​colesmcintosh in #​3951
  • Replace Agent tool_retries=/output_retries= with retries: int | AgentRetries by @​Kludex in #​5500
🐛 Bug Fixes
🆕 V2 Preparation

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.97.0...v1.98.0

v1.97.0: (2026-05-15)

Compare Source

What's Changed

🚀 Features
  • feat(evals): add OnlineEvaluator.run_on_errors to opt into evaluating failed calls by @​dmontagu in #​5456
  • Split GoogleProvider(vertexai=True|False) into GoogleProvider + GoogleCloudProvider; rename provider ID google-gla: to google:, google-vertex: to google-cloud:; deprecate old names by @​dsfaccini in #​5336
  • Add MCPToolset that uses fastmcp-slim[client], deprecate MCPServer* and FastMCPToolset by @​DouweM in #​5325
  • Set ModelResponse.state to incomplete while response is still streaming by @​adtyavrdhn in #​5455
  • Move pydantic_graph.beta API out of beta, deprecate old API by @​dmontagu in #​5306
🆕 V2 Preparation
  • Deprecate stream_responses() for stream_response(); new singular yields ModelResponse instead of (ModelResponse, is_last) tuple by @​dsfaccini in #​5296
  • Deprecate Agent.to_a2a() and bundled fasta2a integration; fasta2a has been adopted by DataLayer and users can use fasta2a.pydantic_ai (requires fasta2a v0.6.1) instead by @​dsfaccini in #​5426

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.96.1...v1.97.0

v1.96.1: (2026-05-14)

Compare Source

What's Changed

🆕 V2 Preparation (coming in June)
  • Deprecate Agent constructor prepare_tools=, prepare_output_tools=, event_stream_handler= in favor of PrepareTools, PrepareOutputTools, ProcessEventStream capabilities by @​dsfaccini in #​5335
🐛 Bug Fixes

New Contributors

Full Changelog: pydantic/pydantic-ai@v1.96.0...v1.96.1

v1.96.0: (2026-05-13)

Compare Source

What's Changed

🆕 V2 Preparation (coming in June)
  • Add openai-chat: prefix and warn on bare openai: which will switch to use the Responses API in v2 by @​dsfaccini in #​5334
  • Deprecate Agent(history_processors=) in favor of capabilities=[ProcessHistory(...)] by @​dsfaccini in #​5425
  • Deprecate method-style result.usage(), result.timestamp(), stream.get() in favor of property-style result.usage, result.timestamp, stream.response by @​dsfaccini in #​5263
  • Deprecate AGUIApp, Agent.to_ag_ui(), and pydantic_ai.ag_ui shim in favor of AGUIAdapter by @​dsfaccini in #​5345
  • Deprecate OutlinesModel and OutlinesProvider by @​DouweM in #​5432

Full Changelog: pydantic/pydantic-ai@v1.95.1...v1.96.0

v1.95.1: (2026-05-13)

Compare Source

What's Changed

🐛 Bug Fixes
  • fix: make current_otel_traceparent imports eager (unbreak agent runs in Temporal workflows) by @​DouweM in #​5422
  • fix: un-deprecate Agent.instrument setter and InstrumentedModel by @​DouweM in #​5427

Full Changelog: pydantic/pydantic-ai@v1.95.0...v1.95.1

v1.95.0: (2026-05-12)

Compare Source

What's Changed
🚀 Features
  • feat: native Tool Search on Anthropic and OpenAI, with custom search strategies on any provider by @​DouweM in #​5143
  • Add Instrumentation capability; deprecate Agent(instrument=...) by @​DouweM in #​4967
  • feat(google): support structured output + tool combination for Gemini 3 by @​dsfaccini in #​4848
🆕 V2 Preparation (coming in June)
  • Rename “built-in tools” to “native tools”; deprecate old fields; register via capabilities=[NativeTool(...)] by @​DouweM in #​5338
  • Add local= opt-in for provider-adaptive capability fallback; deprecate auto-fallback by @​DouweM in #​5331
🐛 Bug Fixes
📦 Dependencies
New Contributors

Full Changelog: pydantic/pydantic-ai@v1.94.0...v1.95.0

v1.94.0: (2026-05-12)

Compare Source

What's Changed

🚀 Features
  • feat(openai): add openai_chat_supports_multiple_system_messages profile flag by @​DouweM in #​5375
📦 Dependencies

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

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

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 renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from e1b0137 to 92bb703 Compare January 28, 2026 01:31
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.47.0 fix(deps): update dependency pydantic-ai to >=1.48.0 Jan 28, 2026
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.48.0 fix(deps): update dependency pydantic-ai to >=1.49.0 Jan 29, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 92bb703 to c0c491e Compare January 29, 2026 21:14
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.49.0 fix(deps): update dependency pydantic-ai to >=1.50.0 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch 2 times, most recently from a85eee5 to 6a28757 Compare January 31, 2026 05:03
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.50.0 fix(deps): update dependency pydantic-ai to >=1.51.0 Jan 31, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 6a28757 to 21c34fd Compare February 3, 2026 01:30
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.51.0 fix(deps): update dependency pydantic-ai to >=1.52.0 Feb 3, 2026
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.52.0 fix(deps): update dependency pydantic-ai to >=1.53.0 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch 2 times, most recently from b0ceabb to 61e17e8 Compare February 4, 2026 18:00
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.53.0 fix(deps): update dependency pydantic-ai to >=1.54.0 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 61e17e8 to e3cf3c7 Compare February 5, 2026 05:11
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.54.0 fix(deps): update dependency pydantic-ai to >=1.55.0 Feb 5, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from e3cf3c7 to 2eb6aae Compare February 6, 2026 02:37
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.55.0 fix(deps): update dependency pydantic-ai to >=1.56.0 Feb 6, 2026
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.56.0 fix(deps): update dependency pydantic-ai to >=1.57.0 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch 2 times, most recently from 1b31e86 to 2f6107a Compare February 11, 2026 05:43
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.57.0 fix(deps): update dependency pydantic-ai to >=1.58.0 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 2f6107a to 4cf8162 Compare February 14, 2026 02:06
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.58.0 fix(deps): update dependency pydantic-ai to >=1.59.0 Feb 14, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 4cf8162 to c19a778 Compare February 17, 2026 01:43
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.59.0 fix(deps): update dependency pydantic-ai to >=1.60.0 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from c19a778 to 3c2ba70 Compare February 19, 2026 11:09
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.60.0 fix(deps): update dependency pydantic-ai to >=1.62.0 Feb 19, 2026
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.62.0 fix(deps): update dependency pydantic-ai to >=1.63.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 3c2ba70 to d04c0b0 Compare February 23, 2026 19:02
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from d6eafa0 to 1ffbef9 Compare March 17, 2026 05:35
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.68.0 fix(deps): update dependency pydantic-ai to >=1.69.0 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 1ffbef9 to a6edc7f Compare March 18, 2026 05:46
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.69.0 fix(deps): update dependency pydantic-ai to >=1.70.0 Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from a6edc7f to 538663f Compare March 25, 2026 01:21
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.70.0 fix(deps): update dependency pydantic-ai to >=1.71.0 Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 538663f to 64f1d80 Compare March 26, 2026 05:32
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.71.0 fix(deps): update dependency pydantic-ai to >=1.72.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 64f1d80 to 853461e Compare March 27, 2026 05:19
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.72.0 fix(deps): update dependency pydantic-ai to >=1.73.0 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 853461e to dd75247 Compare March 31, 2026 04:50
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.73.0 fix(deps): update dependency pydantic-ai to >=1.74.0 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from dd75247 to 4d34457 Compare April 1, 2026 01:12
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.74.0 fix(deps): update dependency pydantic-ai to >=1.75.0 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 4d34457 to d4a4491 Compare April 2, 2026 01:08
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.75.0 fix(deps): update dependency pydantic-ai to >=1.76.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from d4a4491 to 14fbdd1 Compare April 3, 2026 05:09
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.76.0 fix(deps): update dependency pydantic-ai to >=1.77.0 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 14fbdd1 to 7dcde82 Compare April 8, 2026 09:38
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.77.0 fix(deps): update dependency pydantic-ai to >=1.78.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 7dcde82 to 9567534 Compare April 10, 2026 02:06
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.78.0 fix(deps): update dependency pydantic-ai to >=1.79.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 9567534 to 94cc922 Compare April 11, 2026 01:52
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.79.0 fix(deps): update dependency pydantic-ai to >=1.80.0 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 94cc922 to 787bbaf Compare April 14, 2026 04:41
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.80.0 fix(deps): update dependency pydantic-ai to >=1.81.0 Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 787bbaf to 374d89d Compare April 15, 2026 05:28
@renovate renovate Bot changed the title fix(deps): update dependency pydantic-ai to >=1.81.0 fix(deps): update dependency pydantic-ai to >=1.82.0 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/pydantic-ai-1.x branch from 374d89d to b8679de Compare April 16, 2026 10:48
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