Skip to content

Commit 6efabad

Browse files
committed
fix: boto3 to test dep, remove unnecesary imports in bedrock test
1 parent 8f23132 commit 6efabad

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

adalflow/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ openai = "^1.12.0"
7878
groq = "^0.9.0"
7979
google-generativeai = "^0.7.2"
8080
anthropic = "^0.31.1"
81+
boto3 = "^1.35.19"
8182

8283
[tool.poetry.group.typing.dependencies]
8384
mypy = "^1"

adalflow/tests/test_aws_bedrock_client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import unittest
22
from unittest.mock import patch, Mock
33

4-
# use the openai for mocking standard data types
5-
from openai.types import CompletionUsage
6-
from openai.types.chat import ChatCompletion
7-
84
from adalflow.core.types import ModelType, GeneratorOutput
95
from adalflow.components.model_client import BedrockAPIClient
106

0 commit comments

Comments
 (0)