Browse Source
⬆ Updates Starlette to version 0.13.6 (#1759)
Co-authored-by: jalfordgolojuch <jalfordgolojuch@activecampaign.com>
pull/1764/head
James Alford-Golojuch
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pyproject.toml
|
|
@ -32,7 +32,7 @@ classifiers = [ |
|
|
|
"Topic :: Internet :: WWW/HTTP", |
|
|
|
] |
|
|
|
requires = [ |
|
|
|
"starlette ==0.13.4", |
|
|
|
"starlette ==0.13.6", |
|
|
|
"pydantic >=0.32.2,<2.0.0" |
|
|
|
] |
|
|
|
description-file = "README.md" |
|
|
|