Skip to content

Commit fa10977

Browse files
Update langchain-ollama requirement in /libs/langchain-mongodb
Updates the requirements on [langchain-ollama](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-ollama==0.2.2...langchain-ollama==1.0.0) --- updated-dependencies: - dependency-name: langchain-ollama dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d29d12e commit fa10977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-mongodb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev = [
3333
"pre-commit>=4.0",
3434
"mypy>=1.10",
3535
"simsimd>=6.5.0",
36-
"langchain-ollama>=0.2.2,<1.0",
36+
"langchain-ollama>=0.2.2,<2.0",
3737
"langchain-openai>=0.2.14,<1.0",
3838
"langchain-community>=0.3.27,<1.0",
3939
"pypdf>=5.0.1",

0 commit comments

Comments
 (0)