Skip to content

Commit b5cfa82

Browse files
committed
Bump uvicorn version to something more recent
We are bumping to a uvicorn version that was released a year ago, which should match Pydantic 2.11.
1 parent 312a57c commit b5cfa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"python-multipart>=0.0.9",
3131
"sse-starlette>=1.6.1",
3232
"pydantic-settings>=2.5.2",
33-
"uvicorn>=0.23.1; sys_platform != 'emscripten'",
33+
"uvicorn>=0.31.1; sys_platform != 'emscripten'",
3434
"jsonschema>=4.20.0",
3535
"pywin32>=310; sys_platform == 'win32'",
3636
]

0 commit comments

Comments
 (0)