Skip to content

Commit ac1f898

Browse files
committed
bump project deps
1 parent 8486f55 commit ac1f898

File tree

3 files changed

+531
-496
lines changed

3 files changed

+531
-496
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def lifespan(_app: FastAPI):
4545
await _app.postgres_pool.close()
4646

4747

48-
app = FastAPI(title="Stuff And Nonsense API", version="0.6", lifespan=lifespan)
48+
app = FastAPI(title="Stuff And Nonsense API", version="0.14", lifespan=lifespan)
4949

5050
app.include_router(stuff_router)
5151
app.include_router(nonsense_router)

0 commit comments

Comments
 (0)