mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-05 03:07:49 +02:00
fix(make litellm optional import):
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user