Skip to content

Commit 6379d3a

Browse files
committed
deps: update uvicorn to non-yanked version
1 parent 7fc5877 commit 6379d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stac_fastapi/pgstac/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"httpx",
3232
],
3333
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
34-
"server": ["uvicorn[standard]==0.17.0"],
34+
"server": ["uvicorn[standard]==0.17.0.post1"],
3535
"awslambda": ["mangum"],
3636
}
3737

stac_fastapi/sqlalchemy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"requests",
3030
],
3131
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
32-
"server": ["uvicorn[standard]==0.17.0"],
32+
"server": ["uvicorn[standard]==0.17.0.post1"],
3333
}
3434

3535

0 commit comments

Comments
 (0)