Skip to content

Commit 209f13d

Browse files
committed
Add pymongo-search-utils to dev deps
1 parent cc25f33 commit 209f13d

File tree

4 files changed

+73
-870
lines changed

4 files changed

+73
-870
lines changed

libs/langchain-mongodb/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ name = "langchain-mongodb"
88
version = "0.7.0"
99
description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
dependencies = [
1313
"langchain-core>=0.3",
1414
"langchain>=0.3",
1515
"pymongo>=4.6.1",
1616
"langchain-text-splitters>=0.3",
1717
"numpy>=1.26",
1818
"lark<2.0.0,>=1.1.9",
19-
# "pymongo-vectorsearch-utils",
2019
]
2120

2221
[dependency-groups]
@@ -43,6 +42,7 @@ dev = [
4342
"langchain-tests==0.3.22",
4443
"pip>=25.0.1",
4544
"typing-extensions>=4.12.2",
45+
"pymongo-search-utils@git+https://github.com/mongodb-labs/pymongo-search-utils.git",
4646
]
4747

4848
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)