Skip to content

Commit

Permalink
update fastapi and uvicorn for python3.13 and secuerity vuln
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Jan 17, 2025
1 parent 7a57b0d commit 604ae18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ tabulate = ">=0.8.9, <1.0.0"
pluggy = "^1.0.0"
tqdm = "^4.64.0"

fastapi = {version = "^0.112.0", optional = true}
uvicorn = {version = "^0.30.5", optional = true}
fastapi = {version = "^0.115.3", optional = true}
uvicorn = {version = ">=0.32.0", optional = true}
anyio = { version = "^3.6.2", optional = true }
docling-core = "^2.0.0"

Expand Down

0 comments on commit 604ae18

Please sign in to comment.