From 65d2e40202b09f80b4acd4988ed5c7ddf8634c22 Mon Sep 17 00:00:00 2001 From: Shalom Jamil Date: Thu, 23 Apr 2026 13:07:08 +0300 Subject: [PATCH] fix conflict --- litellm/types/guardrails.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/types/guardrails.py b/litellm/types/guardrails.py index 1c2826bebf7..b3782e61798 100644 --- a/litellm/types/guardrails.py +++ b/litellm/types/guardrails.py @@ -25,6 +25,7 @@ from litellm.types.proxy.guardrails.guardrail_hooks.litellm_content_filter impor ) from litellm.types.proxy.guardrails.guardrail_hooks.ovalix import ( OvalixGuardrailConfigModel, +) from litellm.types.proxy.guardrails.guardrail_hooks.promptguard import ( PromptGuardConfigModel, )