diff --git a/poetry.lock b/poetry.lock index d067813..3da6135 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1100,20 +1100,19 @@ Werkzeug = ">=2.0.0" [[package]] name = "rich" -version = "13.9.4" +version = "14.1.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" groups = ["main"] files = [ - {file = "rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90"}, - {file = "rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"}, + {file = "rich-14.1.0-py3-none-any.whl", hash = "sha256:536f5f1785986d6dbdea3c75205c473f970777b4a0d6c6dd1b696aa05a3fa04f"}, + {file = "rich-14.1.0.tar.gz", hash = "sha256:e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8"}, ] [package.dependencies] markdown-it-py = ">=2.2.0" pygments = ">=2.13.0,<3.0.0" -typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""} [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] @@ -1446,4 +1445,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "018b162f07d0fad8f0e3760c81a541e786c0b95cb7febb3cc19be2b90fe38e59" +content-hash = "13c16c3b1c6b7ba5138c7945cca0fe84bdd1e08c51d6f6a582a7b7c89849791f" diff --git a/pyproject.toml b/pyproject.toml index df01032..25ca767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ orjson = "^3.10.12" uvloop = "^0.21.0" fastapi = "^0.115.6" uvicorn = "^0.34.0" -rich = "^13.9.4" +rich = ">=13.9.4,<15.0.0" extractous = "^0.3.0" pillow = "^11.1.0" numpy = ">=2.0.2,<2.1.0"