diff --git a/pyproject.toml b/pyproject.toml index b66ee8f3..a84d56eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,7 @@ anthropic = [ "instructor[anthropic]>=1.7.2", ] bedrock = [ - "boto3>=1.37.23", - "boto3-stubs[bedrock-runtime]>=1.37.23", + "boto3>=1.37.23" ] openai = [ "openai>=1.58.1", @@ -66,6 +65,7 @@ dev = [ "tomli>=2.2.1", "pytest>=7.4.0", "pytest-asyncio>=0.21.1", + "boto3-stubs[bedrock-runtime]>=1.37.23", ] [project.scripts]