mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
build(deps): bump unstructured from 0.16.17 to 0.18.15
This PR updates the unstructured package from version 0.16.17 to 0.18.15 to enable installation and compatibility with Python 3.13. More info #18349
This commit is contained in:
parent
f97e73962a
commit
f39f29c38f
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ fpdf2==2.8.2
|
||||||
pymdown-extensions==10.14.2
|
pymdown-extensions==10.14.2
|
||||||
docx2txt==0.8
|
docx2txt==0.8
|
||||||
python-pptx==1.0.2
|
python-pptx==1.0.2
|
||||||
unstructured==0.16.17
|
unstructured==0.18.15
|
||||||
nltk==3.9.1
|
nltk==3.9.1
|
||||||
Markdown==3.9
|
Markdown==3.9
|
||||||
pypandoc==1.15
|
pypandoc==1.15
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ dependencies = [
|
||||||
"pymdown-extensions==10.14.2",
|
"pymdown-extensions==10.14.2",
|
||||||
"docx2txt==0.8",
|
"docx2txt==0.8",
|
||||||
"python-pptx==1.0.2",
|
"python-pptx==1.0.2",
|
||||||
"unstructured==0.16.17",
|
"unstructured==0.18.15",
|
||||||
"nltk==3.9.1",
|
"nltk==3.9.1",
|
||||||
"Markdown==3.9",
|
"Markdown==3.9",
|
||||||
"pypandoc==1.15",
|
"pypandoc==1.15",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue