Skip to content

Commit e7d1a74

Browse files
committed
sync tox
1 parent 1dfff47 commit e7d1a74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
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-08T11:21:36.224017+00:00
13+
# Last generated: 2025-07-08T14:00:07.609918+00:00
1414

1515
[tox]
1616
requires =
@@ -142,6 +142,7 @@ envlist =
142142
{py3.9,py3.11,py3.12}-cohere-v5.15.0
143143

144144
{py3.9,py3.11,py3.12}-openai_agents-v0.0.19
145+
{py3.9,py3.12,py3.13}-openai_agents-v0.1.0
145146

146147
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
147148
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
@@ -505,6 +506,7 @@ deps =
505506
cohere-v5.15.0: cohere==5.15.0
506507

507508
openai_agents-v0.0.19: openai-agents==0.0.19
509+
openai_agents-v0.1.0: openai-agents==0.1.0
508510
openai_agents: pytest-asyncio
509511

510512
huggingface_hub-v0.22.2: huggingface_hub==0.22.2

0 commit comments

Comments
 (0)