bump project deps

This commit is contained in:
Jakub Miazek
2024-07-12 20:31:13 +02:00
parent 8486f55a50
commit ac1f898f89
3 changed files with 530 additions and 495 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.6", lifespan=lifespan)
app = FastAPI(title="Stuff And Nonsense API", version="0.14", lifespan=lifespan)
app.include_router(stuff_router)
app.include_router(nonsense_router)