mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
bump project deps
This commit is contained in:
@@ -44,7 +44,7 @@ async def lifespan(app: FastAPI):
|
||||
def create_app() -> FastAPI:
|
||||
app = FastAPI(
|
||||
title="Stuff And Nonsense API",
|
||||
version="0.19.0",
|
||||
version="0.20.0",
|
||||
lifespan=lifespan,
|
||||
)
|
||||
app.include_router(stuff_router)
|
||||
|
||||
Reference in New Issue
Block a user