Skip to content

Commit 40276cb

Browse files
authored
Merge pull request ggml-org#325 from abetlen/dependabot/pip/fastapi-0.96.0
Bump fastapi from 0.95.1 to 0.96.0
2 parents 5b96861 + 9e40061 commit 40276cb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -17,7 +17,7 @@ python = "^3.8.1"
1717
typing-extensions = "^4.6.2"
1818
numpy = "^1.20.0"
1919
uvicorn = { version = "^0.22.0", optional = true }
20-
fastapi = { version = "^0.95.0", optional = true }
20+
fastapi = { version = "^0.96.0", optional = true }
2121
sse-starlette = { version = "^1.6.1", optional = true }
2222

2323
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)