deepseek[patch]: release 0.1.2 (#29742)

This commit is contained in:
ccurme
2025-02-11 11:53:43 -08:00
committed by GitHub
parent ec55553807
commit 42ebf6ae0c
2 changed files with 42 additions and 11 deletions

View File

@@ -7,11 +7,11 @@ authors = []
license = {text = "MIT"}
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.33",
"langchain-openai<1.0.0,>=0.3.3",
"langchain-core<1.0.0,>=0.3.34",
"langchain-openai<1.0.0,>=0.3.5",
]
name = "langchain-deepseek"
version = "0.1.1"
version = "0.1.2"
description = "An integration package connecting DeepSeek and LangChain"
readme = "README.md"