Skip to content

Commit

Permalink
📦️ Bump starlette to fix bad encoding issue tiangolo#5646
Browse files Browse the repository at this point in the history
  • Loading branch information
azogue committed Nov 18, 2022
1 parent 162b36b commit d42a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -39,7 +39,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"starlette==0.21.0",
"starlette==0.22.0",
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit d42a417

Please sign in to comment.