Skip to content

Commit 4f27bde

Browse files
authored
Merge branch 'main' into PYTHON-5401
2 parents d9bad2c + dd91bc0 commit 4f27bde

File tree

16 files changed

+5329
-2764
lines changed

16 files changed

+5329
-2764
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
46+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
4747
with:
4848
languages: ${{ matrix.language }}
4949
build-mode: ${{ matrix.build-mode }}
@@ -60,6 +60,6 @@ jobs:
6060
pip install -e .
6161
6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
63+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
6464
with:
6565
category: "/language:${{matrix.language}}"

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@9d985c6a33094e632ee3e60d1924caa8588dc5db
21+
uses: zizmorcore/zizmor-action@2016d147fb345c0d46c9a5236e241422b93fbbca

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ __pycache__
66
.env
77
.venv*
88
.local_atlas_uri
9+
.ipynb_checkpoints
910
docs/langchain_mongodb
1011
docs/langgraph_checkpoint_mongodb
1112
docs/index.md

libs/langchain-mongodb/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/langchain-mongodb/CHANGELOG.md

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

33
---
44

5+
## Changes in version 0.9.0 (2025/12/03)
6+
7+
- Add visualization support to `MongoDBGraphStore` with optional `langchain_mongodb[viz]`.
8+
- Add `search_by_vector` method to `MongoDBAtlasVectorSearch`.
9+
- Add support for passing additional vector index options to the vector search index definition and related functions.
10+
511
## Changes in version 0.8.0 (2025/11/18)
612

713
- Update dependencies to align with LangChain 1.0, which is now the minimum supported version of LangChain.
814
This includes adding `langchain_classic` as a dependency to support existing Retriever APIs.
15+
- Drop support for Python 3.9.
916

1017
## Changes in version 0.7.2 (2025/10/30)
1118

0 commit comments

Comments
 (0)