major dependency bump

This commit is contained in:
grillazz
2024-12-16 20:55:42 +01:00
parent 678bf14786
commit ead1b57fbd
4 changed files with 670 additions and 705 deletions

View File

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