bump to python 3.14 and the latest version of project deps

This commit is contained in:
grillazz
2025-11-16 15:17:50 +01:00
parent a3189ee732
commit 9929a03ba2
3 changed files with 604 additions and 1130 deletions

View File

@@ -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)