Skip to content

Commit 2135497

Browse files
authored
Merge pull request ggml-org#294 from abetlen/dependabot/pip/uvicorn-0.22.0
Bump uvicorn from 0.21.1 to 0.22.0
2 parents f5d136d + 8dfb081 commit 2135497

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = [
1515
[tool.poetry.dependencies]
1616
python = "^3.8.1"
1717
typing-extensions = "^4.5.0"
18-
uvicorn = { version = "^0.21.1", optional = true }
18+
uvicorn = { version = "^0.22.0", optional = true }
1919
fastapi = { version = "^0.95.0", optional = true }
2020
sse-starlette = { version = "^1.3.3", optional = true }
2121

0 commit comments

Comments
 (0)