From 1836e3ce83b723293c633d281c0c9bb807f3f821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Thu, 19 Sep 2024 22:33:28 -0700 Subject: [PATCH 1/2] upgrade dependencies --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c92aaf89f..2438197c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,16 +67,16 @@ pytest = ">=8.3" [tool.poetry.dependencies] python = ">=3.12,<3.14" # Llama interface -huggingface-hub = ">=0.24" +huggingface-hub = ">=0.25" # OpenAI interface -openai = ">=1.45" +openai = ">=1.46" # LlamaIndex & related llama-index = ">=0.11" llama-index-embeddings-azure-openai = ">=0.2" llama-index-llms-azure-openai = ">=0.2" llama-index-readers-web = ">=0.2" docx2txt = ">=0.8" # for reading .docx files -pypdf = ">=4.3" # for reading .pdf files +pypdf = ">=5.0" # for reading .pdf files pycryptodome = ">=3.20" # for reading .pdf files: PyCryptodome is required for AES algorithm # file systems fsspec = ">=2024.9" # base/local file system @@ -84,8 +84,7 @@ adlfs = ">=2024.7" # Azure Data Lake gcsfs = ">=2024.9" # Google Cloud Storage s3fs = ">=2024.9" # S3 # misc / other -click = ">=8.1" -google-api-python-client = ">=2.145" +google-api-python-client = ">=2.146" googlesearch-python = ">=1.2" httpx = ">=0.27" loguru = ">=0.7" From 8c54fd5f04196ea3c5a5e68ff5172f83a06eaa74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Thu, 19 Sep 2024 22:35:23 -0700 Subject: [PATCH 2/2] update deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2438197c4..d6e76e742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ llama-index-embeddings-azure-openai = ">=0.2" llama-index-llms-azure-openai = ">=0.2" llama-index-readers-web = ">=0.2" docx2txt = ">=0.8" # for reading .docx files -pypdf = ">=5.0" # for reading .pdf files +pypdf = ">=4.3" # for reading .pdf files pycryptodome = ">=3.20" # for reading .pdf files: PyCryptodome is required for AES algorithm # file systems fsspec = ">=2024.9" # base/local file system