mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
major dependency bump
This commit is contained in:
@@ -51,7 +51,7 @@ async def lifespan(_app: FastAPI):
|
||||
await _app.postgres_pool.close()
|
||||
|
||||
|
||||
app = FastAPI(title="Stuff And Nonsense API", version="0.16", lifespan=lifespan)
|
||||
app = FastAPI(title="Stuff And Nonsense API", version="0.17", lifespan=lifespan)
|
||||
|
||||
app.include_router(stuff_router)
|
||||
app.include_router(nonsense_router)
|
||||
|
||||
Reference in New Issue
Block a user