Skip to content

Commit afe1a17

Browse files
committed
updated test matrix
1 parent a2b4d81 commit afe1a17

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-06-17T10:29:38.027366+00:00
13+
# Last generated: 2025-06-18T13:10:50.595385+00:00
1414

1515
[tox]
1616
requires =
@@ -145,7 +145,7 @@ envlist =
145145
{py3.9,py3.11,py3.12}-cohere-v5.11.4
146146
{py3.9,py3.11,py3.12}-cohere-v5.15.0
147147

148-
{py3.9,py3.11,py3.12}-openai_agents-v0.0.18
148+
{py3.9,py3.11,py3.12}-openai_agents-v0.0.19
149149

150150
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
151151
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
@@ -182,7 +182,7 @@ envlist =
182182
{py3.7,py3.12,py3.13}-statsig-v0.55.3
183183
{py3.7,py3.12,py3.13}-statsig-v0.56.0
184184
{py3.7,py3.12,py3.13}-statsig-v0.57.3
185-
{py3.7,py3.12,py3.13}-statsig-v0.58.2
185+
{py3.7,py3.12,py3.13}-statsig-v0.58.3
186186

187187
{py3.8,py3.12,py3.13}-unleash-v6.0.1
188188
{py3.8,py3.12,py3.13}-unleash-v6.1.0
@@ -256,7 +256,7 @@ envlist =
256256
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
257257
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
258258
{py3.7,py3.10,py3.11}-fastapi-v0.103.2
259-
{py3.8,py3.12,py3.13}-fastapi-v0.115.12
259+
{py3.8,py3.12,py3.13}-fastapi-v0.115.13
260260

261261

262262
# ~~~ Web 2 ~~~
@@ -516,7 +516,7 @@ deps =
516516
cohere-v5.11.4: cohere==5.11.4
517517
cohere-v5.15.0: cohere==5.15.0
518518

519-
openai_agents-v0.0.18: openai-agents==0.0.18
519+
openai_agents-v0.0.19: openai-agents==0.0.19
520520
openai_agents: pytest-asyncio
521521

522522
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
@@ -555,7 +555,7 @@ deps =
555555
statsig-v0.55.3: statsig==0.55.3
556556
statsig-v0.56.0: statsig==0.56.0
557557
statsig-v0.57.3: statsig==0.57.3
558-
statsig-v0.58.2: statsig==0.58.2
558+
statsig-v0.58.3: statsig==0.58.3
559559
statsig: typing_extensions
560560

561561
unleash-v6.0.1: UnleashClient==6.0.1
@@ -685,7 +685,7 @@ deps =
685685
fastapi-v0.79.1: fastapi==0.79.1
686686
fastapi-v0.91.0: fastapi==0.91.0
687687
fastapi-v0.103.2: fastapi==0.103.2
688-
fastapi-v0.115.12: fastapi==0.115.12
688+
fastapi-v0.115.13: fastapi==0.115.13
689689
fastapi: httpx
690690
fastapi: pytest-asyncio
691691
fastapi: python-multipart

0 commit comments

Comments
 (0)