Skip to content

Commit af3789b

Browse files
authored
fix(deepseek): release openai version (#32181)
used sdk version instead of langchain by accident
1 parent a689679 commit af3789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/partners/deepseek/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
1010
"langchain-core<1.0.0,>=0.3.70",
11-
"langchain-openai<1.0.0,>=1.97.1",
11+
"langchain-openai<1.0.0,>=0.3.28",
1212
]
1313
name = "langchain-deepseek"
1414
version = "0.1.4"

0 commit comments

Comments
 (0)