Skip to content

Commit 0a939fe

Browse files
chore: remove non-existed extra msg for unstructured package (#17670)
1 parent 1e1d457 commit 0a939fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ starlette = "0.41.0"
7474
tiktoken = "~0.8.0"
7575
tokenizers = "~0.15.0"
7676
transformers = "~4.35.0"
77-
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
77+
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "ppt", "pptx"] }
7878
validators = "0.21.0"
7979
yarl = "~1.18.3"
8080
# Before adding new dependency, consider place it in alphabet order (a-z) and suitable group.

0 commit comments

Comments
 (0)