Files
crewAI/lib
Greyson LaLonde 4c3ff7ddae fix: narrow Bedrock _init_clients except to credential errors only
The bare `except Exception` would silently swallow `TypeError`,
`AttributeError`, and other real bugs in `_build_sync_client` with
only a debug log. The intent is to defer on missing AWS credentials,
which boto3 surfaces as `BotoCoreError` / `ClientError` (and `ValueError`
for some validation paths). Catch only those; let everything else
propagate so genuine failures stay loud.
2026-04-12 05:43:03 +08:00
..
2026-04-10 21:51:51 +08:00