Browse Source

⬆️ Upgrade Starlette to 0.17.1 (#4145)

Co-authored-by: Dima Tisnek <[email protected]>
Co-authored-by: simond <[email protected]>
Co-authored-by: Samuel Colvin <[email protected]>
Co-authored-by: Samuel Colvin <[email protected]>
pull/4385/head
simondale00 3 years ago
committed by GitHub
parent
commit
2b10ca1cc4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

@ -33,7 +33,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
requires = [
"starlette ==0.16.0",
"starlette ==0.17.1",
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
]
description-file = "README.md"

Loading…
Cancel
Save