8000 Bump fastapi from 0.98.0 to 0.99.1 · matthoffner/llama-cpp-python@fb02077 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb02077

Browse files
Bump fastapi from 0.98.0 to 0.99.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.98.0 to 0.99.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.98.0...0.99.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28ec88c commit fb02077

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 5 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
@@ -18,7 +18,7 @@ typing-extensions = "^4.6.3"
1818
numpy = "^1.24.4"
1919
diskcache = "^5.6.1"
2020
uvicorn = { version = "^0.22.0", optional = true }
21-
fastapi = { version = "^0.98.0", optional = true }
21+
fastapi = { version = "^0.99.1", optional = true }
2222
sse-starlette = { version = "^1.6.1", optional = true }
2323

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

0 commit comments

Comments
 (0)
0