We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1f4ed commit 6ae485fCopy full SHA for 6ae485f
libs/langchain-mongodb/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
---
4
5
+## Changes in version 0.6.1 (2025/05/12)
6
+
7
+- Improve robustness of `MongoDBDatabase.run`.
8
9
## Changes in version 0.6.1 (2025/04/16)
10
11
- Fixed a syntax error in a docstring.
libs/langchain-mongodb/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "langchain-mongodb"
-version = "0.6.1"
+version = "0.6.2"
description = "An integration package connecting MongoDB and LangChain"
readme = "README.md"
requires-python = ">=3.9"
0 commit comments