|
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-04-15T11:48:52.985806+00:00 |
| 13 | +# Last generated: 2025-04-15T13:26:56.525641+00:00 |
14 | 14 |
|
15 | 15 | [tox] |
16 | 16 | requires = |
@@ -260,6 +260,11 @@ envlist = |
260 | 260 | {py3.8,py3.11,py3.12}-starlette-v0.36.3 |
261 | 261 | {py3.9,py3.12,py3.13}-starlette-v0.46.2 |
262 | 262 |
|
| 263 | + {py3.6,py3.9,py3.10}-fastapi-v0.79.1 |
| 264 | + {py3.7,py3.10,py3.11}-fastapi-v0.91.0 |
| 265 | + {py3.7,py3.10,py3.11}-fastapi-v0.103.2 |
| 266 | + {py3.8,py3.12,py3.13}-fastapi-v0.115.12 |
| 267 | + |
263 | 268 |
|
264 | 269 | # ~~~ Web 2 ~~~ |
265 | 270 | {py3.6,py3.7}-bottle-v0.12.25 |
@@ -695,6 +700,16 @@ deps = |
695 | 700 | starlette-v0.36.3: httpx<0.28.0 |
696 | 701 | py3.6-starlette: aiocontextvars |
697 | 702 |
|
| 703 | + fastapi-v0.79.1: fastapi==0.79.1 |
| 704 | + fastapi-v0.91.0: fastapi==0.91.0 |
| 705 | + fastapi-v0.103.2: fastapi==0.103.2 |
| 706 | + fastapi-v0.115.12: fastapi==0.115.12 |
| 707 | + fastapi: httpx |
| 708 | + fastapi: pytest-asyncio |
| 709 | + fastapi: python-multipart |
| 710 | + fastapi: requests |
| 711 | + fastapi: anyio<4 |
| 712 | + |
698 | 713 |
|
699 | 714 | # ~~~ Web 2 ~~~ |
700 | 715 | bottle-v0.12.25: bottle==0.12.25 |
|
0 commit comments