fix(make litellm optional import):

This commit is contained in:
Alexander Myasoedov
2026-06-03 15:08:23 +03:00
parent a193ef9c2c
commit 816c8c6bc7
2 changed files with 10 additions and 1 deletions
@@ -4,6 +4,8 @@ import pytest
from inline_snapshot import snapshot
from unittest.mock import MagicMock, AsyncMock, patch
pytest.importorskip("litellm")
from agentic_security.llm_providers.litellm_provider import LiteLLMProvider
from agentic_security.llm_providers.base import (
LLMMessage,