From 2f47fc41fb8c96716262b80a84bd9a23f4975e74 Mon Sep 17 00:00:00 2001 From: khoangothe Date: Sat, 5 Oct 2024 16:30:08 +0700 Subject: [PATCH] update poetry backend version --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d82ef5901..d2db4d9d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,10 @@ python-docx = "^1.1.0" lxml = { version = ">=4.9.2", extras = ["html_clean"] } unstructured = ">=0.13,<0.16" tiktoken = ">=0.7.0" +json-repair = "^0.29.8" +json5 = "^0.9.25" +loguru = "^0.7.2" +websockets = "^13.1" [build-system] requires = ["poetry-core"]