mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
A deployment authenticating with api_key or AWS_BEARER_TOKEN_BEDROCK still ran boto3's credential chain before every call, so an unloadable default profile (a login_session profile without botocore[crt]) made Converse, embeddings, image generation, image edit, and the Bedrock guardrail hook fail with MissingDependencyException even though the bearer token alone signs the request. The chain now runs only when no bearer token is configured |
||
|---|---|---|
| .. | ||
| test_bedrock_async_invoke_embedding.py | ||
| test_bedrock_embedding.py | ||
| test_embedding.py | ||