Skip to content

Commit 2421422

Browse files
committed
feat(integrations): add minimum version for litellm integration
1 parent 891b951 commit 2421422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
146146
"langchain": (0, 1, 0),
147147
"langgraph": (0, 6, 6),
148148
"launchdarkly": (9, 8, 0),
149+
"litellm": (1, 77, 2),
149150
"loguru": (0, 7, 0),
150151
"openai": (1, 0, 0),
151152
"openai_agents": (0, 0, 19),

0 commit comments

Comments
 (0)