Skip to content

Commit 248edfd

Browse files
committed
Update version lower bound for uvicorn to avoid Cannot open include file: 'longintrepr.h'
1 parent 109f1e6 commit 248edfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"typer >= 0.12.3",
33-
"uvicorn[standard] >= 0.15.0",
33+
"uvicorn[standard] >= 0.17.6",
3434
"rignore >= 0.5.1",
3535
"httpx >= 0.27.0",
3636
"rich-toolkit >= 0.15.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)