Skip to content

Commit fe88dee

Browse files
committed
Bump patch version and update changelog
1 parent 752fc2c commit fe88dee

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

libs/langchain-mongodb/CHANGELOG.md

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

33
---
44

5+
## Changes in version 0.7.1 (2025/10/13)
6+
7+
- Only list authorized collections when listing collections.
8+
- In retrievers that require it (e.g. hybrid, full-text), warn when no documents have a text_key.
9+
- Make TestMongoDBAtlasFullTextSearchRetriever more robust.
10+
- Fix teardown step in release.yml.
11+
512
## Changes in version 0.7.0 (2025/08/19)
613

714
- Support separate weights in hybrid retriever.

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.7.0"
8+
version = "0.7.1"
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)