Skip to content

Commit 6af3730

Browse files
committed
tests: Remove openai pin and update tox
1 parent f702ec9 commit 6af3730

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

scripts/populate_tox/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
"package": "openai-agents",
182182
"deps": {
183183
"*": ["pytest-asyncio"],
184-
"<=0.2.10": ["openai<1.103.0"],
185184
},
186185
"python": ">=3.10",
187186
},

tox.ini

Lines changed: 7 additions & 10 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-09-02T14:49:13.002983+00:00
13+
# Last generated: 2025-09-03T12:58:38.268084+00:00
1414

1515
[tox]
1616
requires =
@@ -125,7 +125,7 @@ envlist =
125125
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
126126
{py3.8,py3.11,py3.12}-anthropic-v0.32.0
127127
{py3.8,py3.11,py3.12}-anthropic-v0.48.0
128-
{py3.8,py3.12,py3.13}-anthropic-v0.64.0
128+
{py3.8,py3.12,py3.13}-anthropic-v0.65.0
129129

130130
{py3.9,py3.10,py3.11}-cohere-v5.4.0
131131
{py3.9,py3.11,py3.12}-cohere-v5.9.4
@@ -143,12 +143,12 @@ envlist =
143143
{py3.8,py3.11,py3.12}-openai-base-v1.0.1
144144
{py3.8,py3.11,py3.12}-openai-base-v1.35.15
145145
{py3.8,py3.11,py3.12}-openai-base-v1.69.0
146-
{py3.8,py3.12,py3.13}-openai-base-v1.103.0
146+
{py3.8,py3.12,py3.13}-openai-base-v1.104.2
147147

148148
{py3.8,py3.11,py3.12}-openai-notiktoken-v1.0.1
149149
{py3.8,py3.11,py3.12}-openai-notiktoken-v1.35.15
150150
{py3.8,py3.11,py3.12}-openai-notiktoken-v1.69.0
151-
{py3.8,py3.12,py3.13}-openai-notiktoken-v1.103.0
151+
{py3.8,py3.12,py3.13}-openai-notiktoken-v1.104.2
152152

153153
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
154154
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
@@ -493,7 +493,7 @@ deps =
493493
anthropic-v0.16.0: anthropic==0.16.0
494494
anthropic-v0.32.0: anthropic==0.32.0
495495
anthropic-v0.48.0: anthropic==0.48.0
496-
anthropic-v0.64.0: anthropic==0.64.0
496+
anthropic-v0.65.0: anthropic==0.65.0
497497
anthropic: pytest-asyncio
498498
anthropic-v0.16.0: httpx<0.28.0
499499
anthropic-v0.32.0: httpx<0.28.0
@@ -522,7 +522,7 @@ deps =
522522
openai-base-v1.0.1: openai==1.0.1
523523
openai-base-v1.35.15: openai==1.35.15
524524
openai-base-v1.69.0: openai==1.69.0
525-
openai-base-v1.103.0: openai==1.103.0
525+
openai-base-v1.104.2: openai==1.104.2
526526
openai-base: pytest-asyncio
527527
openai-base: tiktoken
528528
openai-base-v1.0.1: httpx<0.28
@@ -531,7 +531,7 @@ deps =
531531
openai-notiktoken-v1.0.1: openai==1.0.1
532532
openai-notiktoken-v1.35.15: openai==1.35.15
533533
openai-notiktoken-v1.69.0: openai==1.69.0
534-
openai-notiktoken-v1.103.0: openai==1.103.0
534+
openai-notiktoken-v1.104.2: openai==1.104.2
535535
openai-notiktoken: pytest-asyncio
536536
openai-notiktoken-v1.0.1: httpx<0.28
537537
openai-notiktoken-v1.35.15: httpx<0.28
@@ -540,9 +540,6 @@ deps =
540540
openai_agents-v0.1.0: openai-agents==0.1.0
541541
openai_agents-v0.2.10: openai-agents==0.2.10
542542
openai_agents: pytest-asyncio
543-
openai_agents-v0.0.19: openai<1.103.0
544-
openai_agents-v0.1.0: openai<1.103.0
545-
openai_agents-v0.2.10: openai<1.103.0
546543

547544
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
548545
huggingface_hub-v0.26.5: huggingface_hub==0.26.5

0 commit comments

Comments
 (0)