fix(deepseek): release openai version (#32181)

used sdk version instead of langchain by accident
This commit is contained in:
Mason Daugherty 2025-07-22 13:29:52 -04:00 committed by GitHub
parent a6896794ca
commit af3789b9ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"