Skip to content

Commit 12ecf32

Browse files
authored
Prep for langchain-mongodb 0.6.1 release (#119)
1 parent 3582099 commit 12ecf32

File tree

4 files changed

+897
-815
lines changed

4 files changed

+897
-815
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.6.1 (2025/04/16)
6+
7+
- Fixed a syntax error in a docstring.
8+
- Fixed some incorrect typings.
9+
- Added detail to README
10+
- Added MongoDBDocStore to README.
11+
512
## Changes in version 0.6 (2025/03/26)
613

714
- Added Natural language to MQL Database tool.

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.0"
8+
version = "0.6.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: 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)