Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 49afd98

Browse files
committed
chore: update pypdf version to 6.3.0 and adjust dependency constraints in pyproject.toml
1 parent 5e286cc commit 49afd98

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ langchain-cohere = { version = ">=0.4.3", optional = true }
2828
requests = ">=2.31"
2929
urllib3 = ">=2.5.0"
3030
transformers = { version = ">=4.53.0", optional = true }
31-
pypdf = { version = ">=6.0.0", optional = true }
31+
pypdf = { version = ">=6.1.3", optional = true }
3232
openai = { version = ">=1.66.3", optional = true }
3333
optuna = { version = "^4.1.0", optional = true }
3434
ragas = { version = "^0.2.6", optional = true }

0 commit comments

Comments
 (0)