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-29T08:45:43.951088 +00:00
13
+ # Last generated: 2025-07-30T13:59:12.959550 +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 ~~~
@@ -141,9 +141,9 @@ envlist =
141
141
{py3.9,py3.11,py3.12}-cohere-v5.13.12
142
142
{py3.9,py3.11,py3.12}-cohere-v5.16.1
143
143
144
- {py3.9 ,py3.11,py3.12}-openai_agents-v0.0.19
145
- {py3.9 ,py3.12,py3.13}-openai_agents-v0.1.0
146
- {py3.9 ,py3.12,py3.13}-openai_agents-v0.2.3
144
+ {py3.10 ,py3.11,py3.12}-openai_agents-v0.0.19
145
+ {py3.10 ,py3.12,py3.13}-openai_agents-v0.1.0
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
@@ -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 ~~~
@@ -205,9 +205,6 @@ envlist =
205
205
{py3.8,py3.11,py3.12}-strawberry-v0.232.2
206
206
{py3.8,py3.12,py3.13}-strawberry-v0.255.0
207
207
{py3.9,py3.12,py3.13}-strawberry-v0.278.0
208
- {py3.8,py3.11,py3.12}-strawberry-v0.232.2
209
- {py3.8,py3.12,py3.13}-strawberry-v0.255.0
210
- {py3.9,py3.12,py3.13}-strawberry-v0.278.0
211
208
212
209
213
210
# ~~~ Network ~~~
@@ -254,7 +251,6 @@ envlist =
254
251
{py3.7,py3.10,py3.11}-starlette-v0.26.1
255
252
{py3.8,py3.11,py3.12}-starlette-v0.36.3
256
253
{py3.9,py3.12,py3.13}-starlette-v0.47.2
257
- {py3.9,py3.12,py3.13}-starlette-v0.47.2
258
254
259
255
{py3.7,py3.9,py3.10}-fastapi-v0.79.1
260
256
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
@@ -275,7 +271,6 @@ envlist =
275
271
{py3.7,py3.11,py3.12}-falcon-v3.1.3
276
272
{py3.8,py3.11,py3.12}-falcon-v4.0.2
277
273
{py3.8,py3.11,py3.12}-falcon-v4.1.0a3
278
- {py3.8,py3.11,py3.12}-falcon-v4.1.0a3
279
274
280
275
{py3.8,py3.10,py3.11}-litestar-v2.0.1
281
276
{py3.8,py3.11,py3.12}-litestar-v2.5.5
@@ -304,8 +299,6 @@ envlist =
304
299
{py3.8,py3.10,py3.11}-trytond-v6.8.17
305
300
{py3.8,py3.11,py3.12}-trytond-v7.0.34
306
301
{py3.9,py3.12,py3.13}-trytond-v7.6.4
307
- {py3.8,py3.11,py3.12}-trytond-v7.0.34
308
- {py3.9,py3.12,py3.13}-trytond-v7.6.4
309
302
310
303
{py3.7,py3.12,py3.13}-typer-v0.15.4
311
304
{py3.7,py3.12,py3.13}-typer-v0.16.0
@@ -491,9 +484,9 @@ deps =
491
484
492
485
# ~~~ Common ~~~
493
486
common-v1.4.1: opentelemetry-sdk ==1.4.1
494
- common-v1.14 .0: opentelemetry-sdk ==1.14 .0
495
- common-v1.24 .0: opentelemetry-sdk ==1.24 .0
496
- 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
497
490
common: pytest
498
491
common: pytest-asyncio
499
492
py3.7-common: pytest<7.0.0
@@ -517,8 +510,7 @@ deps =
517
510
518
511
openai_agents-v0.0.19: openai-agents ==0.0.19
519
512
openai_agents-v0.1.0: openai-agents ==0.1.0
520
- openai_agents-v0.2.3: openai-agents ==0.2.3
521
- openai_agents-v0.2.3: openai-agents ==0.2.3
513
+ openai_agents-v0.2.4: openai-agents ==0.2.4
522
514
openai_agents: pytest-asyncio
523
515
524
516
huggingface_hub-v0.22.2: huggingface_hub ==0.22.2
@@ -542,7 +534,7 @@ deps =
542
534
543
535
sqlalchemy-v1.3.24: sqlalchemy ==1.3.24
544
536
sqlalchemy-v1.4.54: sqlalchemy ==1.4.54
545
- sqlalchemy-v2.0.41 : sqlalchemy ==2.0.41
537
+ sqlalchemy-v2.0.42 : sqlalchemy ==2.0.42
546
538
547
539
548
540
# ~~~ Flags ~~~
@@ -591,15 +583,10 @@ deps =
591
583
strawberry-v0.232.2: strawberry-graphql[fastapi,flask]==0.232.2
592
584
strawberry-v0.255.0: strawberry-graphql[fastapi,flask]==0.255.0
593
585
strawberry-v0.278.0: strawberry-graphql[fastapi,flask]==0.278.0
594
- strawberry-v0.232.2: strawberry-graphql[fastapi,flask]==0.232.2
595
- strawberry-v0.255.0: strawberry-graphql[fastapi,flask]==0.255.0
596
- strawberry-v0.278.0: strawberry-graphql[fastapi,flask]==0.278.0
597
586
strawberry: httpx
598
587
strawberry-v0.209.8: pydantic<2.11
599
588
strawberry-v0.232.2: pydantic<2.11
600
589
strawberry-v0.255.0: pydantic<2.11
601
- strawberry-v0.232.2: pydantic<2.11
602
- strawberry-v0.255.0: pydantic<2.11
603
590
604
591
605
592
# ~~~ Network ~~~
@@ -680,7 +667,6 @@ deps =
680
667
starlette-v0.26.1: starlette ==0.26.1
681
668
starlette-v0.36.3: starlette ==0.36.3
682
669
starlette-v0.47.2: starlette ==0.47.2
683
- starlette-v0.47.2: starlette ==0.47.2
684
670
starlette: pytest-asyncio
685
671
starlette: python-multipart
686
672
starlette: requests
@@ -725,7 +711,6 @@ deps =
725
711
falcon-v3.1.3: falcon ==3.1.3
726
712
falcon-v4.0.2: falcon ==4.0.2
727
713
falcon-v4.1.0a3: falcon ==4.1.0a3
728
- falcon-v4.1.0a3: falcon ==4.1.0a3
729
714
730
715
litestar-v2.0.1: litestar ==2.0.1
731
716
litestar-v2.5.5: litestar ==2.5.5
@@ -771,8 +756,6 @@ deps =
771
756
trytond-v6.8.17: trytond ==6.8.17
772
757
trytond-v7.0.34: trytond ==7.0.34
773
758
trytond-v7.6.4: trytond ==7.6.4
774
- trytond-v7.0.34: trytond ==7.0.34
775
- trytond-v7.6.4: trytond ==7.6.4
776
759
trytond: werkzeug
777
760
trytond-v5.0.63: werkzeug<1.0
778
761
0 commit comments