@@ -124,12 +124,6 @@ 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-
133127 {py3.8,py3.11,py3.12}-openai-base-v1.0.1
134128 {py3.8,py3.12,py3.13}-openai-base-v1.109.1
135129 {py3.9,py3.13,py3.14,py3.14t}-openai-base-v2.29.0
@@ -145,7 +139,7 @@ envlist =
145139 {py3.6,py3.7}-boto3-v1.12.49
146140 {py3.6,py3.9,py3.10}-boto3-v1.21.46
147141 {py3.7,py3.11,py3.12}-boto3-v1.33.13
148- {py3.9,py3.13,py3.14,py3.14t}-boto3-v1.42.73
142+ {py3.9,py3.13,py3.14,py3.14t}-boto3-v1.42.74
149143 {py3.9,py3.13,py3.14,py3.14t}-boto3-latest
150144
151145 {py3.6,py3.7,py3.8}-chalice-v1.16.0
@@ -173,7 +167,7 @@ envlist =
173167 {py3.7,py3.10,py3.11}-redis-v4.6.0
174168 {py3.8,py3.11,py3.12}-redis-v5.3.1
175169 {py3.9,py3.12,py3.13}-redis-v6.4.0
176- {py3.10,py3.13,py3.14,py3.14t}-redis-v7.3 .0
170+ {py3.10,py3.13,py3.14,py3.14t}-redis-v7.4 .0
177171 {py3.10,py3.13,py3.14,py3.14t}-redis-latest
178172
179173 {py3.6}-redis_py_cluster_legacy-v1.3.6
@@ -208,6 +202,7 @@ envlist =
208202 # ~~~ GraphQL ~~~
209203 {py3.8,py3.10,py3.11}-ariadne-v0.20.1
210204 {py3.10,py3.13,py3.14,py3.14t}-ariadne-v1.0.0
205+ {py3.10,py3.13,py3.14,py3.14t}-ariadne-v1.1.0a1
211206 {py3.10,py3.13,py3.14,py3.14t}-ariadne-latest
212207
213208 {py3.6,py3.9,py3.10}-gql-v3.4.1
@@ -303,7 +298,7 @@ envlist =
303298 {py3.6,py3.9,py3.10}-fastapi-v0.79.1
304299 {py3.7,py3.10,py3.11}-fastapi-v0.98.0
305300 {py3.8,py3.12,py3.13}-fastapi-v0.117.1
306- {py3.10,py3.13,py3.14,py3.14t}-fastapi-v0.135.1
301+ {py3.10,py3.13,py3.14,py3.14t}-fastapi-v0.135.2
307302 {py3.10,py3.13,py3.14,py3.14t}-fastapi-latest
308303
309304
@@ -538,12 +533,6 @@ deps =
538533 huggingface_hub: responses
539534 huggingface_hub: pytest-httpx
540535
541- litellm-v1.77.7: litellm ==1.77.7
542- litellm-v1.79.3: litellm ==1.79.3
543- litellm-v1.81.16: litellm ==1.81.16
544- litellm-v1.82.6: litellm ==1.82.6
545- litellm-latest: litellm ==1.82.6
546-
547536 openai-base-v1.0.1: openai ==1.0.1
548537 openai-base-v1.109.1: openai ==1.109.1
549538 openai-base-v2.29.0: openai ==2.29.0
@@ -564,8 +553,8 @@ deps =
564553 boto3-v1.12.49: boto3 ==1.12.49
565554 boto3-v1.21.46: boto3 ==1.21.46
566555 boto3-v1.33.13: boto3 ==1.33.13
567- boto3-v1.42.73 : boto3 ==1.42.73
568- boto3-latest: boto3 ==1.42.73
556+ boto3-v1.42.74 : boto3 ==1.42.74
557+ boto3-latest: boto3 ==1.42.74
569558 {py3.7,py3.8}-boto3: urllib3<2.0.0
570559
571560 chalice-v1.16.0: chalice ==1.16.0
@@ -597,8 +586,8 @@ deps =
597586 redis-v4.6.0: redis ==4.6.0
598587 redis-v5.3.1: redis ==5.3.1
599588 redis-v6.4.0: redis ==6.4.0
600- redis-v7.3 .0: redis ==7.3 .0
601- redis-latest: redis ==7.3 .0
589+ redis-v7.4 .0: redis ==7.4 .0
590+ redis-latest: redis ==7.4 .0
602591 redis: fakeredis!=1.7.4
603592 redis: pytest<8.0.0
604593 redis-v4.6.0: fakeredis<2.31.0
@@ -638,6 +627,7 @@ deps =
638627 # ~~~ GraphQL ~~~
639628 ariadne-v0.20.1: ariadne ==0.20.1
640629 ariadne-v1.0.0: ariadne ==1.0.0
630+ ariadne-v1.1.0a1: ariadne ==1.1.0a1
641631 ariadne-latest: ariadne ==1.0.0
642632 ariadne: fastapi
643633 ariadne: flask
@@ -803,8 +793,8 @@ deps =
803793 fastapi-v0.79.1: fastapi ==0.79.1
804794 fastapi-v0.98.0: fastapi ==0.98.0
805795 fastapi-v0.117.1: fastapi ==0.117.1
806- fastapi-v0.135.1 : fastapi ==0.135.1
807- fastapi-latest: fastapi ==0.135.1
796+ fastapi-v0.135.2 : fastapi ==0.135.2
797+ fastapi-latest: fastapi ==0.135.2
808798 fastapi: httpx
809799 fastapi: pytest-asyncio
810800 fastapi: python-multipart
@@ -985,7 +975,6 @@ setenv =
985975 langchain-notiktoken: _TESTPATH =tests/integrations/langchain
986976 langgraph: _TESTPATH =tests/integrations/langgraph
987977 launchdarkly: _TESTPATH =tests/integrations/launchdarkly
988- litellm: _TESTPATH =tests/integrations/litellm
989978 litestar: _TESTPATH =tests/integrations/litestar
990979 loguru: _TESTPATH =tests/integrations/loguru
991980 mcp: _TESTPATH =tests/integrations/mcp
0 commit comments