From 375ead83b4282569e76d81338ea1fba3deea77c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 15:21:58 +0000 Subject: [PATCH 1/2] Initial plan From 8c238a676af0543881cf6cc8f55932f47dcec609 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 15:28:31 +0000 Subject: [PATCH 2/2] Fix all Dependabot security alerts: upgrade llama-index-core, llama-index-llms-clarifai, markdown, pdfminer.six Agent-Logs-Url: https://github.com/Clarifai/clarifai-python-datautils/sessions/bd537293-c9d6-4576-945d-f7f2f55378f7 Co-authored-by: sanjaychelliah <65780631+sanjaychelliah@users.noreply.github.com> --- requirements-dev.txt | 7 ++++--- requirements.txt | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 76f5a2f..07d26b8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,9 @@ # requirements-dev.txt unstructured[pdf] @ git+https://github.com/clarifai/unstructured.git@support_clarifai_model -llama-index-core==0.10.38 -llama-index-llms-clarifai==0.1.2 +pdfminer.six==20251230 +llama-index-core==0.13.0 +llama-index-llms-clarifai==0.5.0 pi_heif==0.18.0 -markdown==3.7 +markdown==3.8.1 python-docx==1.1.2 schema==0.7.5 diff --git a/requirements.txt b/requirements.txt index 27a1dec..695c1c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -llama-index-core==0.10.38 -llama-index-llms-clarifai==0.1.2 +llama-index-core==0.13.0 +llama-index-llms-clarifai==0.5.0 pi_heif==0.18.0 -markdown==3.7 +markdown==3.8.1 python-docx==1.1.2 schema==0.7.5