We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f23132 commit 6efabadCopy full SHA for 6efabad
adalflow/pyproject.toml
@@ -78,6 +78,7 @@ openai = "^1.12.0"
78
groq = "^0.9.0"
79
google-generativeai = "^0.7.2"
80
anthropic = "^0.31.1"
81
+boto3 = "^1.35.19"
82
83
[tool.poetry.group.typing.dependencies]
84
mypy = "^1"
adalflow/tests/test_aws_bedrock_client.py
@@ -1,10 +1,6 @@
1
import unittest
2
from unittest.mock import patch, Mock
3
4
-# use the openai for mocking standard data types
5
-from openai.types import CompletionUsage
6
-from openai.types.chat import ChatCompletion
7
-
8
from adalflow.core.types import ModelType, GeneratorOutput
9
from adalflow.components.model_client import BedrockAPIClient
10
0 commit comments