10
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
11
# "scripts/generate-test-files.sh".
12
12
#
13
- # Last generated: 2025-07-29T06:07:22.069934 +00:00
13
+ # Last generated: 2025-07-30T08:02:45.313432 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -125,9 +125,9 @@ envlist =
125
125
126
126
# ~~~ Common ~~~
127
127
{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
131
131
132
132
133
133
# ~~~ AI ~~~
@@ -143,12 +143,12 @@ envlist =
143
143
144
144
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
145
145
{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
147
147
148
148
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
149
149
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
150
150
{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
152
152
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0rc0
153
153
154
154
@@ -165,7 +165,7 @@ envlist =
165
165
166
166
{py3.7,py3.8,py3.9}-sqlalchemy-v1.3.24
167
167
{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
169
169
170
170
171
171
# ~~~ Flags ~~~
@@ -484,9 +484,9 @@ deps =
484
484
485
485
# ~~~ Common ~~~
486
486
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
490
490
common: pytest
491
491
common: pytest-asyncio
492
492
py3.7-common: pytest<7.0.0
@@ -510,13 +510,13 @@ deps =
510
510
511
511
openai_agents-v0.0.19: openai-agents ==0.0.19
512
512
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
514
514
openai_agents: pytest-asyncio
515
515
516
516
huggingface_hub-v0.22.2: huggingface_hub ==0.22.2
517
517
huggingface_hub-v0.26.5: huggingface_hub ==0.26.5
518
518
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
520
520
huggingface_hub-v0.35.0rc0: huggingface_hub ==0.35.0rc0
521
521
522
522
@@ -534,7 +534,7 @@ deps =
534
534
535
535
sqlalchemy-v1.3.24: sqlalchemy ==1.3.24
536
536
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
538
538
539
539
540
540
# ~~~ Flags ~~~
0 commit comments