Skip to content

Commit c0b62c6

Browse files
committed
INTPYTHON-692 Prep for langchain-mongodb 0.7 release
1 parent 259af2a commit c0b62c6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

libs/langchain-mongodb/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
---
44

5+
## Changes in version 0.7.0 (2025/08/05)
6+
7+
- Support multi-field text searches.
8+
9+
510
## Changes in version 0.6.1 (2025/05/12)
611

712
- Improve robustness of `MongoDBDatabase.run`.

libs/langchain-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "langchain-mongodb"
8-
version = "0.6.2"
8+
version = "0.7.0"
99
description = "An integration package connecting MongoDB and LangChain"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

libs/langchain-mongodb/uv.lock

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

uv.lock

Lines changed: 1 addition & 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)