# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

# Exercise the latest supported Amazon Bedrock (boto3) release with workspace instrumentation.
boto3 ~=1.43

# Test-only: provides the async client the async tests drive. Deliberately not in the
# `instruments` extra (see pyproject.toml) because it pins botocore patch versions.
aiobotocore ~=3.9

-e util/opentelemetry-util-genai
-e instrumentation/opentelemetry-instrumentation-genai-bedrock

