Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Sep 23, 2024
1 parent 633c55e commit 19460b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions griptape/schemas/base_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def _resolve_types(cls, attrs_cls: type) -> None:
"BedrockClient": import_optional_dependency("mypy_boto3_bedrock").BedrockClient
if is_dependency_installed("mypy_boto3_bedrock")
else Any,
"voyageai": import_optional_dependency("voyageai") if is_dependency_installed("voyageai") else Any,
},
)

Expand Down

0 comments on commit 19460b6

Please sign in to comment.