multiple: releases with relaxed core dep (#21724)

This commit is contained in:
Erick Friis
2024-05-15 12:29:35 -07:00
committed by GitHub
parent af284518bc
commit aca98fd150
34 changed files with 759 additions and 760 deletions

View File

@@ -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