@@ -124,6 +124,12 @@ envlist =
124124 {py3.9,py3.13,py3.14,py3.14t}-huggingface_hub-v1.7.2
125125 {py3.9,py3.13,py3.14,py3.14t}-huggingface_hub-latest
126126
127+ {py3.9,py3.12,py3.13}-litellm-v1.77.7
128+ {py3.9,py3.12,py3.13}-litellm-v1.79.3
129+ {py3.9,py3.12,py3.13}-litellm-v1.81.16
130+ {py3.9,py3.12,py3.13}-litellm-v1.82.6
131+ {py3.9,py3.12,py3.13}-litellm-latest
132+
127133 {py3.8,py3.11,py3.12}-openai-base-v1.0.1
128134 {py3.8,py3.12,py3.13}-openai-base-v1.109.1
129135 {py3.9,py3.13,py3.14,py3.14t}-openai-base-v2.29.0
@@ -533,6 +539,12 @@ deps =
533539 huggingface_hub: responses
534540 huggingface_hub: pytest-httpx
535541
542+ litellm-v1.77.7: litellm ==1.77.7
543+ litellm-v1.79.3: litellm ==1.79.3
544+ litellm-v1.81.16: litellm ==1.81.16
545+ litellm-v1.82.6: litellm ==1.82.6
546+ litellm-latest: litellm ==1.82.6
547+
536548 openai-base-v1.0.1: openai ==1.0.1
537549 openai-base-v1.109.1: openai ==1.109.1
538550 openai-base-v2.29.0: openai ==2.29.0
@@ -975,6 +987,7 @@ setenv =
975987 langchain-notiktoken: _TESTPATH =tests/integrations/langchain
976988 langgraph: _TESTPATH =tests/integrations/langgraph
977989 launchdarkly: _TESTPATH =tests/integrations/launchdarkly
990+ litellm: _TESTPATH =tests/integrations/litellm
978991 litestar: _TESTPATH =tests/integrations/litestar
979992 loguru: _TESTPATH =tests/integrations/loguru
980993 mcp: _TESTPATH =tests/integrations/mcp
0 commit comments