bump project deps

This commit is contained in:
grillazz
2025-05-03 08:21:42 +02:00
parent 41a8688aae
commit 1527b76b03
3 changed files with 148 additions and 126 deletions

View File

@@ -45,7 +45,7 @@ async def lifespan(_app: FastAPI):
await _app.postgres_pool.close()
app = FastAPI(title="Stuff And Nonsense API", version="0.17", lifespan=lifespan)
app = FastAPI(title="Stuff And Nonsense API", version="0.18.0", lifespan=lifespan)
app.include_router(stuff_router)
app.include_router(nonsense_router)