Skip to content

Commit

Permalink
fix(deps): Fixing pypdf errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarya2004 committed Nov 26, 2024
1 parent 5094bd4 commit 0eb5ddb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ python = "<3.12"
version = ">=1.26.2,<2"
python = ">=3.12"

pypdf = "^5.1.0"
[tool.ruff.lint]
select = ["E", "F", "I", "T201"]

Expand Down
1 change: 0 additions & 1 deletion libs/langchain/tests/unit_tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_required_dependencies(poetry_conf: Mapping[str, Any]) -> None:
"langsmith",
"pypdf",
"numpy",
"pypdf",
"pydantic",
"python",
"requests",
Expand Down

0 comments on commit 0eb5ddb

Please sign in to comment.