Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ModuleNotFoundError for mypy_boto3_bedrock_runtime #1113

Merged
merged 2 commits into from
Mar 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pydantic_ai/models/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import anyio
import anyio.to_thread
from mypy_boto3_bedrock_runtime.type_defs import ImageBlockTypeDef
from typing_extensions import ParamSpec, assert_never

from pydantic_ai import _utils, result
Expand Down Expand Up @@ -46,6 +45,7 @@
ConverseResponseTypeDef,
ConverseStreamMetadataEventTypeDef,
ConverseStreamOutputTypeDef,
ImageBlockTypeDef,
InferenceConfigurationTypeDef,
MessageUnionTypeDef,
ToolChoiceTypeDef,
Expand Down