Skip to content

Commit 0861ed2

Browse files
Bump uvicorn from 0.35.0 to 0.38.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 to 0.38.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.35.0...0.38.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b15184 commit 0861ed2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pyop = { version = "^3.4.1", extras = ["redis"] }
2525
python-multipart = "^0.0.20" # required by fastapi to serve/upload files
2626
qrcode = { version = "^8.2", extras = ["pil"]}
2727
structlog = "^25.4.0"
28-
uvicorn = { version = "^0.35.0", extras = ["standard"] }
28+
uvicorn = { version = "^0.38.0", extras = ["standard"] }
2929
python-socketio = "^5.13.0" # required to run websockets
3030
redis = "^5.0.0" # required for multi-pod Socket.IO communication
3131
canonicaljson = "^2.0.0" # used to provide unique consistent user identifiers"

0 commit comments

Comments
 (0)