Skip to content

Commit

Permalink
add pypdf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rkwan05 committed Nov 26, 2024
1 parent d2f8a28 commit 7284d63
Show file tree
Hide file tree
Showing 10 changed files with 131 additions and 6 deletions.
44 changes: 43 additions & 1 deletion libs/community/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dataclasses-json = ">= 0.5.7, < 0.7"
pydantic-settings = "^2.4.0"
langsmith = "^0.1.125"
httpx-sse = "^0.4.0"
pypdf = "^5.1.0"
[[tool.poetry.dependencies.numpy]]
version = ">=1.22.4,<2"
python = "<3.12"
Expand Down
1 change: 1 addition & 0 deletions libs/community/tests/unit_tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_required_dependencies(poetry_conf: Mapping[str, Any]) -> None:
"langchain-core",
"langsmith",
"numpy",
"pypdf",
"python",
"requests",
"pydantic-settings",
Expand Down
26 changes: 24 additions & 2 deletions libs/core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jsonpatch = "^1.33"
PyYAML = ">=5.3"
packaging = ">=23.2,<25"
typing-extensions = ">=4.7"
pypdf = "^5.1.0"
[[tool.poetry.dependencies.pydantic]]
version = "^2.5.2"
python = "<3.12.4"
Expand Down
Loading

0 comments on commit 7284d63

Please sign in to comment.