fix: bump deps for release (#32179)

forgot to bump the `pyproject.toml` files
This commit is contained in:
Mason Daugherty
2025-07-22 13:12:14 -04:00
committed by GitHub
parent 10996a2821
commit 116b758498
6 changed files with 25 additions and 25 deletions

View File

@@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.47",
"langchain-openai<1.0.0,>=0.3.9",
"langchain-core<1.0.0,>=0.3.70",
"langchain-openai<1.0.0,>=1.97.1",
]
name = "langchain-deepseek"
version = "0.1.4"