Skip to content

Commit cae7ea9

Browse files
committed
x
1 parent b3d031f commit cae7ea9

File tree

2 files changed

+179
-3
lines changed

2 files changed

+179
-3
lines changed

libs/langchain_v1/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ typing = [
6868
"types-toml>=0.10.8.20240310",
6969
]
7070

71+
test_integration = [
72+
"vcrpy>=7.0",
73+
"urllib3<2; python_version < \"3.10\"",
74+
"wrapt<2.0.0,>=1.15.0",
75+
"python-dotenv<2.0.0,>=1.0.0",
76+
"cassio<1.0.0,>=0.1.0",
77+
"langchainhub<1.0.0,>=0.1.16",
78+
"langchain-core",
79+
"langchain-text-splitters",
80+
]
7181

7282
[tool.uv.sources]
7383
langchain-core = { path = "../core", editable = true }

0 commit comments

Comments
 (0)