Skip to content

Commit ed647d3

Browse files
committed
chore: pin fastapi 0.100.0
1 parent 394cb3f commit ed647d3

File tree

2 files changed

+39
-41
lines changed

2 files changed

+39
-41
lines changed

poetry.lock

Lines changed: 38 additions & 40 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
@@ -74,7 +74,7 @@ starlette = "*"
7474
# Pydantic support
7575
pydantic = "^2.0"
7676
# FastAPI support
77-
fastapi = "*"
77+
fastapi = "^0.100.0"
7878
asgi_lifespan = "*"
7979
httpx = "*"
8080
# Aiohttp support

0 commit comments

Comments
 (0)