Skip to content

Commit ead1b57

Browse files
committed
major dependency bump
1 parent 678bf14 commit ead1b57

File tree

4 files changed

+670
-705
lines changed

4 files changed

+670
-705
lines changed

app/main.py

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

5353

54-
app = FastAPI(title="Stuff And Nonsense API", version="0.16", lifespan=lifespan)
54+
app = FastAPI(title="Stuff And Nonsense API", version="0.17", lifespan=lifespan)
5555

5656
app.include_router(stuff_router)
5757
app.include_router(nonsense_router)

0 commit comments

Comments
 (0)