Browse Source

⬆ Upgrade Starlette dependency to 0.13.4 (#1361)

pull/1576/head
Nick Rushton 5 years ago
committed by GitHub
parent
commit
9aea85a84e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

@ -32,7 +32,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
requires = [
"starlette ==0.13.2",
"starlette ==0.13.4",
"pydantic >=0.32.2,<2.0.0"
]
description-file = "README.md"

Loading…
Cancel
Save