Skip to content

Commit 2379ed5

Browse files
authored
Merge pull request #444 from abetlen/dependabot/pip/fastapi-0.99.1
Bump fastapi from 0.98.0 to 0.99.1
2 parents bf1dc66 + fb02077 commit 2379ed5

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)