Skip to content

Commit c84cd43

Browse files
build(deps): bump uvicorn from 0.32.0 to 0.34.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.0 to 0.34.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.32.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a19098 commit c84cd43

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.9"
1111
llama-cpp-python = {extras = ["server"], version = "^0.3.2"}
12-
uvicorn = "^0.32.0"
12+
uvicorn = "^0.34.0"
1313

1414

1515
[build-system]

0 commit comments

Comments
 (0)