Skip to content

Commit d65c3f7

Browse files
committed
updated test matrix
1 parent 88c0028 commit d65c3f7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tox.ini

Lines changed: 13 additions & 13 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-07-29T06:07:22.069934+00:00
13+
# Last generated: 2025-07-30T08:02:45.313432+00:00
1414

1515
[tox]
1616
requires =
@@ -125,9 +125,9 @@ envlist =
125125

126126
# ~~~ Common ~~~
127127
{py3.7,py3.8,py3.9}-common-v1.4.1
128-
{py3.7,py3.8,py3.9,py3.10,py3.11}-common-v1.14.0
129-
{py3.8,py3.9,py3.10,py3.11}-common-v1.24.0
130-
{py3.9,py3.10,py3.11,py3.12,py3.13}-common-v1.35.0
128+
{py3.7,py3.8,py3.9,py3.10,py3.11}-common-v1.15.0
129+
{py3.8,py3.9,py3.10,py3.11,py3.12}-common-v1.26.0
130+
{py3.9,py3.10,py3.11,py3.12,py3.13}-common-v1.36.0
131131

132132

133133
# ~~~ AI ~~~
@@ -143,12 +143,12 @@ envlist =
143143

144144
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
145145
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
146-
{py3.10,py3.12,py3.13}-openai_agents-v0.2.3
146+
{py3.10,py3.12,py3.13}-openai_agents-v0.2.4
147147

148148
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
149149
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
150150
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
151-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.2
151+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.3
152152
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0rc0
153153

154154

@@ -165,7 +165,7 @@ envlist =
165165

166166
{py3.7,py3.8,py3.9}-sqlalchemy-v1.3.24
167167
{py3.7,py3.11,py3.12}-sqlalchemy-v1.4.54
168-
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.41
168+
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.42
169169

170170

171171
# ~~~ Flags ~~~
@@ -484,9 +484,9 @@ deps =
484484

485485
# ~~~ Common ~~~
486486
common-v1.4.1: opentelemetry-sdk==1.4.1
487-
common-v1.14.0: opentelemetry-sdk==1.14.0
488-
common-v1.24.0: opentelemetry-sdk==1.24.0
489-
common-v1.35.0: opentelemetry-sdk==1.35.0
487+
common-v1.15.0: opentelemetry-sdk==1.15.0
488+
common-v1.26.0: opentelemetry-sdk==1.26.0
489+
common-v1.36.0: opentelemetry-sdk==1.36.0
490490
common: pytest
491491
common: pytest-asyncio
492492
py3.7-common: pytest<7.0.0
@@ -510,13 +510,13 @@ deps =
510510

511511
openai_agents-v0.0.19: openai-agents==0.0.19
512512
openai_agents-v0.1.0: openai-agents==0.1.0
513-
openai_agents-v0.2.3: openai-agents==0.2.3
513+
openai_agents-v0.2.4: openai-agents==0.2.4
514514
openai_agents: pytest-asyncio
515515

516516
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
517517
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
518518
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
519-
huggingface_hub-v0.34.2: huggingface_hub==0.34.2
519+
huggingface_hub-v0.34.3: huggingface_hub==0.34.3
520520
huggingface_hub-v0.35.0rc0: huggingface_hub==0.35.0rc0
521521

522522

@@ -534,7 +534,7 @@ deps =
534534

535535
sqlalchemy-v1.3.24: sqlalchemy==1.3.24
536536
sqlalchemy-v1.4.54: sqlalchemy==1.4.54
537-
sqlalchemy-v2.0.41: sqlalchemy==2.0.41
537+
sqlalchemy-v2.0.42: sqlalchemy==2.0.42
538538

539539

540540
# ~~~ Flags ~~~

0 commit comments

Comments
 (0)