mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
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:
842
libs/partners/mongodb/poetry.lock
generated
842
libs/partners/mongodb/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@ license = "MIT"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
pymongo = ">=4.6.1,<5.0"
|
||||
langchain-core = "^0.1.25"
|
||||
langchain-core = ">=0.1.46,<0.3"
|
||||
numpy = "^1"
|
||||
|
||||
[tool.poetry.group.test]
|
||||
@@ -28,6 +28,7 @@ pytest-watcher = "^0.3.4"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
langchain = { path = "../../langchain", develop = true }
|
||||
langchain-core = { path = "../../core", develop = true }
|
||||
langchain-text-splitters = {path = "../../text-splitters", develop = true}
|
||||
|
||||
[tool.poetry.group.codespell]
|
||||
optional = true
|
||||
|
Reference in New Issue
Block a user