Skip to content

Commit 7955400

Browse files
committed
hardcode pytest-asnycio dep
1 parent 260ef0d commit 7955400

File tree

2 files changed

+36
-44
lines changed

2 files changed

+36
-44
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ deps =
239239
httpx-latest: httpx
240240
241241
# Langchain
242-
langchain-v0.1: pytest-asyncio
242+
langchain: pytest-asyncio
243243
langchain-v0.1: openai~=1.0.0
244244
langchain-v0.1: langchain~=0.1.11
245245
langchain-v0.1: tiktoken~=0.6.0
@@ -248,13 +248,10 @@ deps =
248248
langchain-v0.3: langchain-community
249249
langchain-v0.3: tiktoken
250250
langchain-v0.3: openai
251-
langchain-v0.3: pytest-asyncio
252251
langchain-{latest,notiktoken}: langchain
253252
langchain-{latest,notiktoken}: langchain-openai
254253
langchain-{latest,notiktoken}: openai>=1.6.1
255-
langchain-{latest,notiktoken}: pytest-asyncio
256254
langchain-latest: tiktoken~=0.6.0
257-
langchain-latest: pytest-asyncio
258255
259256
# OpenAI
260257
openai: pytest-asyncio

tox.ini

Lines changed: 35 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13+
1314
# Last generated: 2025-08-26T08:59:42.512502+00:00
1415

1516
[tox]
@@ -136,18 +137,18 @@ envlist =
136137

137138
# ~~~ AI ~~~
138139
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
139-
{py3.8,py3.11,py3.12}-anthropic-v0.32.0
140-
{py3.8,py3.11,py3.12}-anthropic-v0.48.0
141-
{py3.8,py3.12,py3.13}-anthropic-v0.64.0
140+
{py3.8,py3.11,py3.12}-anthropic-v0.31.2
141+
{py3.8,py3.11,py3.12}-anthropic-v0.46.0
142+
{py3.8,py3.12,py3.13}-anthropic-v0.62.0
142143

143144
{py3.9,py3.10,py3.11}-cohere-v5.4.0
144145
{py3.9,py3.11,py3.12}-cohere-v5.9.4
145146
{py3.9,py3.11,py3.12}-cohere-v5.13.12
146-
{py3.9,py3.11,py3.12}-cohere-v5.17.0
147+
{py3.9,py3.11,py3.12}-cohere-v5.16.3
147148

148149
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
149150
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
150-
{py3.10,py3.12,py3.13}-openai_agents-v0.2.9
151+
{py3.10,py3.12,py3.13}-openai_agents-v0.2.6
151152

152153
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
153154
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
@@ -162,7 +163,7 @@ envlist =
162163
{py3.6}-pymongo-v3.5.1
163164
{py3.6,py3.10,py3.11}-pymongo-v3.13.0
164165
{py3.6,py3.9,py3.10}-pymongo-v4.0.2
165-
{py3.9,py3.12,py3.13}-pymongo-v4.14.1
166+
{py3.9,py3.12,py3.13}-pymongo-v4.14.0
166167

167168
{py3.6}-redis_py_cluster_legacy-v1.3.6
168169
{py3.6,py3.7}-redis_py_cluster_legacy-v2.0.0
@@ -183,9 +184,9 @@ envlist =
183184
{py3.9,py3.12,py3.13}-openfeature-v0.8.2
184185

185186
{py3.7,py3.12,py3.13}-statsig-v0.55.3
186-
{py3.7,py3.12,py3.13}-statsig-v0.58.4
187+
{py3.7,py3.12,py3.13}-statsig-v0.57.3
188+
{py3.7,py3.12,py3.13}-statsig-v0.59.1
187189
{py3.7,py3.12,py3.13}-statsig-v0.61.0
188-
{py3.7,py3.12,py3.13}-statsig-v0.63.0
189190

190191
{py3.8,py3.12,py3.13}-unleash-v6.0.1
191192
{py3.8,py3.12,py3.13}-unleash-v6.1.0
@@ -201,16 +202,15 @@ envlist =
201202

202203
{py3.6,py3.9,py3.10}-gql-v3.4.1
203204
{py3.7,py3.11,py3.12}-gql-v3.5.3
204-
{py3.9,py3.12,py3.13}-gql-v4.0.0
205-
{py3.9,py3.12,py3.13}-gql-v4.1.0b0
205+
{py3.9,py3.12,py3.13}-gql-v4.0.0b0
206206

207207
{py3.6,py3.9,py3.10}-graphene-v3.3
208208
{py3.8,py3.12,py3.13}-graphene-v3.4.3
209209

210210
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
211-
{py3.8,py3.11,py3.12}-strawberry-v0.233.3
212-
{py3.9,py3.12,py3.13}-strawberry-v0.257.0
213-
{py3.9,py3.12,py3.13}-strawberry-v0.280.0
211+
{py3.8,py3.11,py3.12}-strawberry-v0.232.2
212+
{py3.8,py3.12,py3.13}-strawberry-v0.255.0
213+
{py3.9,py3.12,py3.13}-strawberry-v0.278.1
214214

215215

216216
# ~~~ Network ~~~
@@ -251,12 +251,12 @@ envlist =
251251
{py3.6,py3.7,py3.8}-flask-v1.1.4
252252
{py3.8,py3.12,py3.13}-flask-v2.3.3
253253
{py3.8,py3.12,py3.13}-flask-v3.0.3
254-
{py3.9,py3.12,py3.13}-flask-v3.1.2
254+
{py3.9,py3.12,py3.13}-flask-v3.1.1
255255

256256
{py3.6,py3.9,py3.10}-starlette-v0.16.0
257257
{py3.7,py3.10,py3.11}-starlette-v0.26.1
258258
{py3.8,py3.11,py3.12}-starlette-v0.36.3
259-
{py3.9,py3.12,py3.13}-starlette-v0.47.3
259+
{py3.9,py3.12,py3.13}-starlette-v0.47.2
260260

261261
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
262262
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
@@ -310,7 +310,7 @@ envlist =
310310
{py3.9,py3.12,py3.13}-trytond-v7.6.5
311311

312312
{py3.7,py3.12,py3.13}-typer-v0.15.4
313-
{py3.7,py3.12,py3.13}-typer-v0.16.1
313+
{py3.7,py3.12,py3.13}-typer-v0.16.0
314314

315315

316316

@@ -408,7 +408,6 @@ deps =
408408
httpx-latest: httpx
409409

410410
# Langchain
411-
langchain-v0.1: pytest-asyncio
412411
langchain-v0.1: openai~=1.0.0
413412
langchain-v0.1: langchain~=0.1.11
414413
langchain-v0.1: tiktoken~=0.6.0
@@ -417,13 +416,10 @@ deps =
417416
langchain-v0.3: langchain-community
418417
langchain-v0.3: tiktoken
419418
langchain-v0.3: openai
420-
langchain-v0.3: pytest-asyncio
421419
langchain-{latest,notiktoken}: langchain
422420
langchain-{latest,notiktoken}: langchain-openai
423421
langchain-{latest,notiktoken}: openai>=1.6.1
424-
langchain-{latest,notiktoken}: pytest-asyncio
425422
langchain-latest: tiktoken~=0.6.0
426-
langchain-latest: pytest-asyncio
427423

428424
# OpenAI
429425
openai: pytest-asyncio
@@ -516,22 +512,22 @@ deps =
516512

517513
# ~~~ AI ~~~
518514
anthropic-v0.16.0: anthropic==0.16.0
519-
anthropic-v0.32.0: anthropic==0.32.0
520-
anthropic-v0.48.0: anthropic==0.48.0
521-
anthropic-v0.64.0: anthropic==0.64.0
515+
anthropic-v0.31.2: anthropic==0.31.2
516+
anthropic-v0.46.0: anthropic==0.46.0
517+
anthropic-v0.62.0: anthropic==0.62.0
522518
anthropic: pytest-asyncio
523519
anthropic-v0.16.0: httpx<0.28.0
524-
anthropic-v0.32.0: httpx<0.28.0
525-
anthropic-v0.48.0: httpx<0.28.0
520+
anthropic-v0.31.2: httpx<0.28.0
521+
anthropic-v0.46.0: httpx<0.28.0
526522

527523
cohere-v5.4.0: cohere==5.4.0
528524
cohere-v5.9.4: cohere==5.9.4
529525
cohere-v5.13.12: cohere==5.13.12
530-
cohere-v5.17.0: cohere==5.17.0
526+
cohere-v5.16.3: cohere==5.16.3
531527

532528
openai_agents-v0.0.19: openai-agents==0.0.19
533529
openai_agents-v0.1.0: openai-agents==0.1.0
534-
openai_agents-v0.2.9: openai-agents==0.2.9
530+
openai_agents-v0.2.6: openai-agents==0.2.6
535531
openai_agents: pytest-asyncio
536532

537533
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
@@ -547,7 +543,7 @@ deps =
547543
pymongo-v3.5.1: pymongo==3.5.1
548544
pymongo-v3.13.0: pymongo==3.13.0
549545
pymongo-v4.0.2: pymongo==4.0.2
550-
pymongo-v4.14.1: pymongo==4.14.1
546+
pymongo-v4.14.0: pymongo==4.14.0
551547
pymongo: mockupdb
552548

553549
redis_py_cluster_legacy-v1.3.6: redis-py-cluster==1.3.6
@@ -569,9 +565,9 @@ deps =
569565
openfeature-v0.8.2: openfeature-sdk==0.8.2
570566

571567
statsig-v0.55.3: statsig==0.55.3
572-
statsig-v0.58.4: statsig==0.58.4
568+
statsig-v0.57.3: statsig==0.57.3
569+
statsig-v0.59.1: statsig==0.59.1
573570
statsig-v0.61.0: statsig==0.61.0
574-
statsig-v0.63.0: statsig==0.63.0
575571
statsig: typing_extensions
576572

577573
unleash-v6.0.1: UnleashClient==6.0.1
@@ -591,8 +587,7 @@ deps =
591587

592588
gql-v3.4.1: gql[all]==3.4.1
593589
gql-v3.5.3: gql[all]==3.5.3
594-
gql-v4.0.0: gql[all]==4.0.0
595-
gql-v4.1.0b0: gql[all]==4.1.0b0
590+
gql-v4.0.0b0: gql[all]==4.0.0b0
596591

597592
graphene-v3.3: graphene==3.3
598593
graphene-v3.4.3: graphene==3.4.3
@@ -603,13 +598,13 @@ deps =
603598
py3.6-graphene: aiocontextvars
604599

605600
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
606-
strawberry-v0.233.3: strawberry-graphql[fastapi,flask]==0.233.3
607-
strawberry-v0.257.0: strawberry-graphql[fastapi,flask]==0.257.0
608-
strawberry-v0.280.0: strawberry-graphql[fastapi,flask]==0.280.0
601+
strawberry-v0.232.2: strawberry-graphql[fastapi,flask]==0.232.2
602+
strawberry-v0.255.0: strawberry-graphql[fastapi,flask]==0.255.0
603+
strawberry-v0.278.1: strawberry-graphql[fastapi,flask]==0.278.1
609604
strawberry: httpx
610605
strawberry-v0.209.8: pydantic<2.11
611-
strawberry-v0.233.3: pydantic<2.11
612-
strawberry-v0.257.0: pydantic<2.11
606+
strawberry-v0.232.2: pydantic<2.11
607+
strawberry-v0.255.0: pydantic<2.11
613608

614609

615610
# ~~~ Network ~~~
@@ -679,7 +674,7 @@ deps =
679674
flask-v1.1.4: flask==1.1.4
680675
flask-v2.3.3: flask==2.3.3
681676
flask-v3.0.3: flask==3.0.3
682-
flask-v3.1.2: flask==3.1.2
677+
flask-v3.1.1: flask==3.1.1
683678
flask: flask-login
684679
flask: werkzeug
685680
flask-v1.1.4: werkzeug<2.1.0
@@ -688,7 +683,7 @@ deps =
688683
starlette-v0.16.0: starlette==0.16.0
689684
starlette-v0.26.1: starlette==0.26.1
690685
starlette-v0.36.3: starlette==0.36.3
691-
starlette-v0.47.3: starlette==0.47.3
686+
starlette-v0.47.2: starlette==0.47.2
692687
starlette: pytest-asyncio
693688
starlette: python-multipart
694689
starlette: requests
@@ -785,7 +780,7 @@ deps =
785780
trytond-v4.8.18: werkzeug<1.0
786781

787782
typer-v0.15.4: typer==0.15.4
788-
typer-v0.16.1: typer==0.16.1
783+
typer-v0.16.0: typer==0.16.0
789784

790785

791786

0 commit comments

Comments
 (0)