Skip to content

Commit 29b2e35

Browse files
committed
fix(integrations): update minimum version for litellm integration to 1.77.5
1 parent 2421422 commit 29b2e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +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),
149+
"litellm": (1, 77, 5),
150150
"loguru": (0, 7, 0),
151151
"openai": (1, 0, 0),
152152
"openai_agents": (0, 0, 19),

0 commit comments

Comments
 (0)