From 35906a1b8c1efc8fc649dd49a12e8939dedb662b Mon Sep 17 00:00:00 2001 From: Elia Bracci <106666672+elia-bracci-hs@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:32:59 +0100 Subject: [PATCH] [version] Bump versions and update pypdf dependency to 5.1.0 (#16905) --- .../readers/llama-index-readers-file/pyproject.toml | 4 ++-- .../llama-index-packs-resume-screener/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 b6f1b5e116..a35fe1d661 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 256ef0376f..064245d2c8 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" -- GitLab