multiple: core 0.2 nonbreaking dep, check_diff community->langchain dep (#21646)

0.2 is not a breaking release for core (but it is for langchain and
community)

To keep the core+langchain+community packages in sync at 0.2, we will
relax deps throughout the ecosystem to tolerate `langchain-core` 0.2
This commit is contained in:
Erick Friis
2024-05-13 19:50:36 -07:00
committed by GitHub
parent edd68e4ad4
commit c77d2f2b06
54 changed files with 5489 additions and 5154 deletions

View File

@@ -6,8 +6,8 @@ from typing import Dict
LANGCHAIN_DIRS = [
"libs/core",
"libs/text-splitters",
"libs/community",
"libs/langchain",
"libs/community",
"libs/experimental",
]