We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4d69a commit dfea077Copy full SHA for dfea077
‎tox.ini‎
@@ -254,6 +254,7 @@ envlist =
254
{py3.7,py3.10,py3.11}-starlette-v0.28.0
255
{py3.8,py3.12,py3.13}-starlette-v0.40.0
256
{py3.10,py3.13,py3.14,py3.14t}-starlette-v0.52.1
257
+ {py3.10,py3.13,py3.14,py3.14t}-starlette-v1.0.0rc1
258
259
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
260
{py3.7,py3.10,py3.11}-fastapi-v0.97.0
@@ -676,6 +677,7 @@ deps =
676
677
starlette-v0.28.0: starlette==0.28.0
678
starlette-v0.40.0: starlette==0.40.0
679
starlette-v0.52.1: starlette==0.52.1
680
+ starlette-v1.0.0rc1: starlette==1.0.0rc1
681
starlette: pytest-asyncio
682
starlette: python-multipart
683
starlette: requests
0 commit comments