From e456689876d9a48c08c8282bab2dfa409541bbb7 Mon Sep 17 00:00:00 2001 From: drorIvry Date: Tue, 10 Feb 2026 12:22:43 +0200 Subject: [PATCH] Update litellm/integrations/qualifire/qualifire_prompt_manager.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/integrations/qualifire/qualifire_prompt_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/integrations/qualifire/qualifire_prompt_manager.py b/litellm/integrations/qualifire/qualifire_prompt_manager.py index 5b2eeed5f0c..1b0edfdca35 100644 --- a/litellm/integrations/qualifire/qualifire_prompt_manager.py +++ b/litellm/integrations/qualifire/qualifire_prompt_manager.py @@ -130,7 +130,7 @@ class QualifirePromptManager(CustomPromptManagement): """ import asyncio - return asyncio.get_event_loop().run_until_complete( + return asyncio.run( self.async_compile_prompt_helper( prompt_id=prompt_id, prompt_variables=prompt_variables,