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 cc25f33 commit 209f13dCopy full SHA for 209f13d
libs/langchain-mongodb/pyproject.toml
@@ -8,15 +8,14 @@ name = "langchain-mongodb"
8
version = "0.7.0"
9
description = "An integration package connecting MongoDB and LangChain"
10
readme = "README.md"
11
-requires-python = ">=3.9"
+requires-python = ">=3.10"
12
dependencies = [
13
"langchain-core>=0.3",
14
"langchain>=0.3",
15
"pymongo>=4.6.1",
16
"langchain-text-splitters>=0.3",
17
"numpy>=1.26",
18
"lark<2.0.0,>=1.1.9",
19
- # "pymongo-vectorsearch-utils",
20
]
21
22
[dependency-groups]
@@ -43,6 +42,7 @@ dev = [
43
42
"langchain-tests==0.3.22",
44
"pip>=25.0.1",
45
"typing-extensions>=4.12.2",
+ "pymongo-search-utils@git+https://github.com/mongodb-labs/pymongo-search-utils.git",
46
47
48
[tool.pytest.ini_options]
0 commit comments