mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-06 11:37:12 +00:00
fix(deepseek): release openai version (#32181)
used sdk version instead of langchain by accident
This commit is contained in:
parent
a6896794ca
commit
af3789b9ed
@ -8,7 +8,7 @@ license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langchain-core<1.0.0,>=0.3.70",
|
||||
"langchain-openai<1.0.0,>=1.97.1",
|
||||
"langchain-openai<1.0.0,>=0.3.28",
|
||||
]
|
||||
name = "langchain-deepseek"
|
||||
version = "0.1.4"
|
||||
|
Loading…
Reference in New Issue
Block a user