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