mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
multiple: releases with relaxed core dep (#21724)
This commit is contained in:
@@ -53,8 +53,8 @@ mypy = "^1.10.0"
|
||||
langchain-core = { path = "../../core", develop = true }
|
||||
langchain-community = { path = "../../community", develop = true }
|
||||
types-requests = "^2.31.0.20240406"
|
||||
langchain-text-splitters = {path = "../../text-splitters", develop = true}
|
||||
langchain = {path = "../../langchain", develop = true}
|
||||
langchain-text-splitters = { path = "../../text-splitters", develop = true }
|
||||
langchain = { path = "../../langchain", develop = true }
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
||||
Reference in New Issue
Block a user