mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
mongodb: release 0.1.4 (#21678)
This commit is contained in:
parent
a97473c846
commit
9973547aef
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langchain-mongodb"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
description = "An integration package connecting MongoDB and LangChain"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
@ -28,7 +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}
|
||||
langchain-text-splitters = { path = "../../text-splitters", develop = true }
|
||||
|
||||
[tool.poetry.group.codespell]
|
||||
optional = true
|
||||
|
Loading…
Reference in New Issue
Block a user