Skip to content

Commit 604ae18

Browse files
committed
update fastapi and uvicorn for python3.13 and secuerity vuln
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 7a57b0d commit 604ae18

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ tabulate = ">=0.8.9, <1.0.0"
4848
pluggy = "^1.0.0"
4949
tqdm = "^4.64.0"
5050

51-
fastapi = {version = "^0.112.0", optional = true}
52-
uvicorn = {version = "^0.30.5", optional = true}
51+
fastapi = {version = "^0.115.3", optional = true}
52+
uvicorn = {version = ">=0.32.0", optional = true}
5353
anyio = { version = "^3.6.2", optional = true }
5454
docling-core = "^2.0.0"
5555

0 commit comments

Comments
 (0)