update poetry lock

This commit is contained in:
jyong 2025-03-10 11:15:55 +08:00
parent 2eeef904d8
commit 6e806f1196
2 changed files with 2 additions and 2 deletions

2
api/poetry.lock generated
View File

@ -9524,4 +9524,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.13"
content-hash = "4b92e3c3ac2be1a1aa73a7593d184300ac9e17e1d4f125106f995fe2df97a06c"
content-hash = "f3d111d152531831a94348b58ef930b1aa533e99f05756eaa9e70ec71c01f9df"

View File

@ -73,7 +73,7 @@ starlette = "0.41.0"
tiktoken = "~0.8.0"
tokenizers = "~0.15.0"
transformers = "~4.35.0"
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
unstructured = { version = "~0.16.25", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
validators = "0.21.0"
yarl = "~1.18.3"
# Before adding new dependency, consider place it in alphabet order (a-z) and suitable group.