Merged
Conversation
Co-authored-by: a7ul <4029423+a7ul@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [CHORE] Port pydantic-ai v1.70.0 changes
chore: port pydantic-ai v1.70.0 changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracks pydantic-ai v1.70.0 (from v1.68.0). All changes in this release are model-specific bug fixes and features that are handled by the underlying Vercel AI SDK providers — not this SDK.
Changes
.github/pydantic-ai-version.txtfrom1.68.0→1.70.0What's in v1.70.0 (and why it doesn't require code changes here)
bedrock_inference_profileon BedrockModelSettings@ai-sdk/amazon-bedrock@ai-sdk/anthropicembedding_typestoembed()'512'as supported image generation size@ai-sdk/googleThis SDK delegates all model I/O to Vercel AI SDK adapters; none of the above require changes at this layer.
Original prompt
This section details on the original issue you should resolve
<issue_title>chore: port pydantic-ai v1.70.0 changes</issue_title>
<issue_description>## Versions
v1.68.0v1.70.0Release Summary
Pydantic AI Release: v1.68.0 → v1.70.0
PyPI: https://pypi.org/project/pydantic-ai/1.70.0/
GitHub Release: https://github.com/pydantic/pydantic-ai/releases/tag/v1.70.0
Compare: pydantic/pydantic-ai@v1.68.0...v1.70.0
Release Notes
What's Changed
🚀 Features
bedrock_inference_profileto BedrockModelSettings and BedrockEmbeddingSettings by dsfaccini in Addbedrock_inference_profileto BedrockModelSettings and BedrockEmbeddingSettings pydantic/pydantic-ai#4697🐛 Bug Fixes
embedding_typesto Cohereembed()to prevent SDKTypeErrorby adityasingh2400 in fix: always pass embedding_types to Cohere embed() to prevent SDK TypeError pydantic/pydantic-ai#4524New Contributors
Full Changelog: pydantic/pydantic-ai@v1.69.0...v1.70.0
Changed Files in pydantic-ai