Merge pull request #430 from abetlen/dependabot/pip/fastapi-0.98.0
Bump fastapi from 0.97.0 to 0.98.0
This commit is contained in:
commit
2718dfbe3c
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -373,13 +373,13 @@ test = ["pytest (>=6)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.97.0"
|
version = "0.98.0"
|
||||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||||
optional = true
|
optional = true
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "fastapi-0.97.0-py3-none-any.whl", hash = "sha256:95d757511c596409930bd20673358d4a4d709004edb85c5d24d6ffc48fabcbf2"},
|
{file = "fastapi-0.98.0-py3-none-any.whl", hash = "sha256:f4165fb1fe3610c52cb1b8282c1480de9c34bc270f56a965aa93a884c350d605"},
|
||||||
{file = "fastapi-0.97.0.tar.gz", hash = "sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986"},
|
{file = "fastapi-0.98.0.tar.gz", hash = "sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -1632,4 +1632,4 @@ server = ["fastapi", "sse-starlette", "uvicorn"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8.1"
|
python-versions = "^3.8.1"
|
||||||
content-hash = "9d7ba299cf343c9974f78a834cc2506a898996e12cfa3e67a0a4244886678241"
|
content-hash = "b9bbe76d769fd94486ed6d4985479e38f38cd86ad1a58f61c834cdce2403c4ab"
|
||||||
|
|
|
@ -18,7 +18,7 @@ typing-extensions = "^4.6.3"
|
||||||
numpy = "^1.24.4"
|
numpy = "^1.24.4"
|
||||||
diskcache = "^5.6.1"
|
diskcache = "^5.6.1"
|
||||||
uvicorn = { version = "^0.22.0", optional = true }
|
uvicorn = { version = "^0.22.0", optional = true }
|
||||||
fastapi = { version = "^0.97.0", optional = true }
|
fastapi = { version = "^0.98.0", optional = true }
|
||||||
sse-starlette = { version = "^1.6.1", optional = true }
|
sse-starlette = { version = "^1.6.1", optional = true }
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue