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