bump project deps

This commit is contained in:
Jakub Miazek
2024-10-17 16:42:09 +02:00
parent 750412764a
commit 0b301b798e
3 changed files with 68 additions and 55 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.15", lifespan=lifespan)
app = FastAPI(title="Stuff And Nonsense API", version="0.16", lifespan=lifespan)
app.include_router(stuff_router)
app.include_router(nonsense_router)