chore: clean up pyproject.toml files, use core a7 (#33334)

This commit is contained in:
Mason Daugherty
2025-10-07 10:49:04 -04:00
committed by GitHub
parent b8ebc14a23
commit 8bcdfbb24e
21 changed files with 94 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0a6,<2.0.0",
"langchain-core>=1.0.0a7,<2.0.0",
"tokenizers>=0.15.1,<1.0.0",
"httpx>=0.25.2,<1.0.0",
"httpx-sse>=0.3.1,<1.0.0",
@@ -34,7 +34,10 @@ test = [
test_integration = []
lint = ["ruff>=0.13.1,<0.14.0"]
dev = ["langchain-core"]
typing = ["mypy>=1.10.0,<2.0.0", "langchain-core"]
typing = [
"mypy>=1.10.0,<2.0.0",
"langchain-core"
]
[tool.uv.sources]
langchain-core = { path = "../../core", editable = true }