mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore: clean up pyproject.toml files, use core a7 (#33334)
This commit is contained in:
@@ -43,9 +43,15 @@ test = [
|
||||
"langchain-community",
|
||||
]
|
||||
lint = ["ruff>=0.13.1,<0.14.0"]
|
||||
dev = ["ipykernel>=6.29.2,<7.0.0", "langchain-core"]
|
||||
dev = [
|
||||
"ipykernel>=6.29.2,<7.0.0",
|
||||
"langchain-core"
|
||||
]
|
||||
test_integration = []
|
||||
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 }
|
||||
|
||||
Reference in New Issue
Block a user