Skip to content

Commit 672e74e

Browse files
committed
Move pymongo-search-utils to deps
1 parent c3a2cb0 commit 672e74e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/langchain-mongodb/pyproject.toml

Lines changed: 4 additions & 0 deletions
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]
@@ -84,3 +85,6 @@ lint.ignore = ["E501", "B008", "UP007", "UP006", "UP035", "UP045"]
8485

8586
[tool.coverage.run]
8687
omit = ["tests/*"]
88+
89+
[tool.hatch.metadata]
90+
allow-direct-references = true

0 commit comments

Comments
 (0)