From 49b9bd3cada5bf60e3a3a5141804de0fbd25d31e Mon Sep 17 00:00:00 2001 From: Rob Geada Date: Mon, 27 Oct 2025 20:00:32 +0000 Subject: [PATCH] Update IBM Guardrails implementation to correctly registrer SSL Verify argument (#15975) Signed-off-by: Rob Geada --- .../guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py b/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py index 8a6b6d73978..e7e5beb0dba 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py +++ b/litellm/proxy/guardrails/guardrail_hooks/ibm_guardrails/ibm_detector.py @@ -46,7 +46,8 @@ class IBMGuardrailDetector(CustomGuardrail): **kwargs, ): self.async_handler = get_async_httpx_client( - llm_provider=httpxSpecialProvider.GuardrailCallback + llm_provider=httpxSpecialProvider.GuardrailCallback, + params={"ssl_verify": verify_ssl} ) # Set API configuration