Skip to content

Commit 9db1f56

Browse files
authored
⬆️ Upgrade Starlette to 0.12.0 (fastapi#243)
1 parent c3beb56 commit 9db1f56

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sqlalchemy = "*"
2525
uvicorn = "*"
2626

2727
[packages]
28-
starlette = "==0.11.1"
28+
starlette = "==0.12.0"
2929
pydantic = "==0.25.0"
3030
databases = {extras = ["sqlite"],version = "*"}
3131
hypercorn = "*"

Pipfile.lock

Lines changed: 21 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
2020
]
2121
requires = [
22-
"starlette ==0.11.1",
22+
"starlette >=0.11.1,<=0.12.0",
2323
"pydantic >=0.17,<=0.25.0"
2424
]
2525
description-file = "README.md"

0 commit comments

Comments
 (0)