Skip to content

Commit

Permalink
use newer fastapi in asgi template
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Jul 16, 2023
1 parent ef34d2e commit 571dea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piccolo/apps/asgi/commands/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SERVERS = ["uvicorn", "Hypercorn"]
ROUTERS = ["starlette", "fastapi", "blacksheep", "litestar"]
ROUTER_DEPENDENCIES = {
"fastapi": ["fastapi<0.100.0"],
"fastapi": ["fastapi>=0.100.0"],
}


Expand Down

0 comments on commit 571dea0

Please sign in to comment.