Skip to content

Commit 790ab9b

Browse files
committed
Move pymongo-search-utils to deps
1 parent 4442a5c commit 790ab9b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

libs/langchain-mongodb/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"langchain-text-splitters>=1.0",
1818
"numpy>=1.26",
1919
"lark<2.0.0,>=1.1.9",
20+
"pymongo-search-utils@git+https://github.com/mongodb-labs/pymongo-search-utils.git",
2021
]
2122

2223
[dependency-groups]
@@ -43,7 +44,6 @@ dev = [
4344
"langchain-tests==0.3.22",
4445
"pip>=25.0.1",
4546
"typing-extensions>=4.12.2",
46-
"pymongo-search-utils@git+https://github.com/mongodb-labs/pymongo-search-utils.git",
4747
]
4848

4949
[tool.pytest.ini_options]
@@ -84,3 +84,6 @@ lint.ignore = ["E501", "B008", "UP007", "UP006", "UP035", "UP045"]
8484

8585
[tool.coverage.run]
8686
omit = ["tests/*"]
87+
88+
[tool.hatch.metadata]
89+
allow-direct-references = true

libs/langchain-mongodb/uv.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.

uv.lock

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

0 commit comments

Comments
 (0)