diff --git a/all-in-one/requirements.txt b/all-in-one/requirements.txt index 6b1e80c..d13ebdb 100644 --- a/all-in-one/requirements.txt +++ b/all-in-one/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.26.0 langchain==0.0.279 openai==0.28.0 tiktoken==0.4.0 -unstructured==0.10.12 +unstructured==0.10.19 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 diff --git a/news-summary/requirements.txt b/news-summary/requirements.txt index 78528ba..4a71253 100644 --- a/news-summary/requirements.txt +++ b/news-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.25.0 langchain==0.0.268 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.10.4 +unstructured==0.10.19 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 diff --git a/url-summary/requirements.txt b/url-summary/requirements.txt index 20ab334..8c2a892 100644 --- a/url-summary/requirements.txt +++ b/url-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.26.0 langchain==0.0.279 openai==0.28.0 tiktoken==0.4.0 -unstructured==0.10.12 +unstructured==0.10.19 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10