Compare commits
1 Commits
dce7cd42d6
...
604aa02267
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
604aa02267 |
8
poetry.lock
generated
8
poetry.lock
generated
@@ -640,14 +640,14 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.115.9"
|
||||
version = "0.115.10"
|
||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "fastapi-0.115.9-py3-none-any.whl", hash = "sha256:4a439d7923e4de796bcc88b64e9754340fcd1574673cbd865ba8a99fe0d28c56"},
|
||||
{file = "fastapi-0.115.9.tar.gz", hash = "sha256:9d7da3b196c5eed049bc769f9475cd55509a112fbe031c0ef2f53768ae68d13f"},
|
||||
{file = "fastapi-0.115.10-py3-none-any.whl", hash = "sha256:47346c5437e933e68909a835cf63890a9bd52fb6091b2499b996c08a01ca43a5"},
|
||||
{file = "fastapi-0.115.10.tar.gz", hash = "sha256:920cdc95c1c6ca073656deae80ad254512d131031c2d7759c87ae469572911ee"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -657,7 +657,7 @@ httpx = {version = ">=0.23.0", optional = true, markers = "extra == \"standard\"
|
||||
jinja2 = {version = ">=3.1.5", optional = true, markers = "extra == \"standard\""}
|
||||
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
|
||||
python-multipart = {version = ">=0.0.18", optional = true, markers = "extra == \"standard\""}
|
||||
starlette = ">=0.40.0,<0.46.0"
|
||||
starlette = ">=0.40.0,<0.47.0"
|
||||
typing-extensions = ">=4.8.0"
|
||||
uvicorn = {version = ">=0.12.0", extras = ["standard"], optional = true, markers = "extra == \"standard\""}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user