Skip to content

Commit 0dd2a43

Browse files
Update langchain-openai requirement in /libs/langchain-mongodb
Updates the requirements on [langchain-openai](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-openai==0.2.14...langchain-openai==1.0.2) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d29d12e commit 0dd2a43

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
@@ -34,7 +34,7 @@ dev = [
3434
"mypy>=1.10",
3535
"simsimd>=6.5.0",
3636
"langchain-ollama>=0.2.2,<1.0",
37-
"langchain-openai>=0.2.14,<1.0",
37+
"langchain-openai>=0.2.14,<2.0",
3838
"langchain-community>=0.3.27,<1.0",
3939
"pypdf>=5.0.1",
4040
"langgraph>=0.2.72",

0 commit comments

Comments
 (0)