From f96681495f144cd399f958eed3c9cd1a3b6a85be Mon Sep 17 00:00:00 2001 From: "Srikanth @adobe" Date: Fri, 13 Mar 2026 20:04:47 -0700 Subject: [PATCH] Update litellm/proxy/utils.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/proxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 1b1ee29ee16..4e20ac532c3 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -2027,7 +2027,7 @@ class ProxyLogging: try: end_time = datetime.now(timezone.utc) await _callback.async_post_guardrail_log_success_event( - kwargs=kwargs, + kwargs=dict(kwargs), response_obj=response, start_time=start_time, end_time=end_time,