Skip to content

Commit 1ef38fc

Browse files
committed
Merge branch 'master' into eugene/0.2rc
2 parents 12d1cb4 + 26a37dc commit 1ef38fc

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

libs/langchain/poetry.lock

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

libs/langchain/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ PyYAML = ">=5.3"
2222
numpy = "^1"
2323
aiohttp = "^3.8.3"
2424
tenacity = "^8.1.0"
25-
jsonpatch = "^1.33"
2625
azure-core = {version = "^1.26.4", optional=true}
2726
tqdm = {version = ">=4.48.0", optional = true}
2827
openapi-pydantic = {version = "^0.3.2", optional = true}

libs/langchain/tests/unit_tests/test_dependencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def test_required_dependencies(poetry_conf: Mapping[str, Any]) -> None:
4242
"aiohttp",
4343
"async-timeout",
4444
"dataclasses-json",
45-
"jsonpatch",
4645
"langchain-core",
4746
"langchain-text-splitters",
4847
"langsmith",

0 commit comments

Comments
 (0)