diff --git a/llama-index-integrations/readers/llama-index-readers-file/pyproject.toml b/llama-index-integrations/readers/llama-index-readers-file/pyproject.toml index b6f1b5e116a0dcf8cd0dfc432c6fda2ae8901d80..a35fe1d6611042bc9ff7e56f612a89e33e348d5e 100644 --- a/llama-index-integrations/readers/llama-index-readers-file/pyproject.toml +++ b/llama-index-integrations/readers/llama-index-readers-file/pyproject.toml @@ -51,14 +51,14 @@ license = "MIT" maintainers = ["FarisHijazi", "Haowjy", "ephe-meral", "hursh-desai", "iamarunbrahma", "jon-chuang", "mmaatouk", "ravi03071991", "sangwongenip", "thejessezhang"] name = "llama-index-readers-file" readme = "README.md" -version = "0.2.2" +version = "0.3.0" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" # pymupdf is AGPLv3-licensed, so it's optional pymupdf = {optional = true, version = "^1.23.21"} beautifulsoup4 = "^4.12.3" -pypdf = "^4.0.1" +pypdf = "^5.1.0" striprtf = "^0.0.26" pandas = "*" llama-index-core = "^0.11.0" diff --git a/llama-index-packs/llama-index-packs-resume-screener/pyproject.toml b/llama-index-packs/llama-index-packs-resume-screener/pyproject.toml index 256ef0376fb592bdd43460a4aa1d8715293b8a23..064245d2c8951e48339a8f188a69e163ab473bc5 100644 --- a/llama-index-packs/llama-index-packs-resume-screener/pyproject.toml +++ b/llama-index-packs/llama-index-packs-resume-screener/pyproject.toml @@ -29,11 +29,11 @@ license = "MIT" maintainers = ["Disiok"] name = "llama-index-packs-resume-screener" readme = "README.md" -version = "0.4.0" +version = "0.5.0" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -pypdf = "^4.0.1" +pypdf = "^5.1.0" llama-index-readers-file = "^0.2.0" llama-index-llms-openai = "^0.2.0"