We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d031f commit cae7ea9Copy full SHA for cae7ea9
libs/langchain_v1/pyproject.toml
@@ -68,6 +68,16 @@ typing = [
68
"types-toml>=0.10.8.20240310",
69
]
70
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
+]
81
82
[tool.uv.sources]
83
langchain-core = { path = "../core", editable = true }
0 commit comments