From c1963f7f02da57a59201ff08303501269008b6bd Mon Sep 17 00:00:00 2001 From: = Date: Thu, 18 Sep 2025 12:05:38 -0700 Subject: [PATCH] removed wrapper which overwrote the guardrailResponse value incorrectly --- litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py b/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py index dfb01a7cd0c..19c26234287 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py +++ b/litellm/proxy/guardrails/guardrail_hooks/bedrock_guardrails.py @@ -516,7 +516,6 @@ class BedrockGuardrail(CustomGuardrail, BaseAWSLLM): # This means all actions were ANONYMIZED or NONE, so don't raise exception return False - @log_guardrail_information async def async_pre_call_hook( self, user_api_key_dict: UserAPIKeyAuth,