mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 20:41:52 +00:00
partners/mongodb: release 0.1.9 (#26193)
This commit is contained in:
parent
262e19b15d
commit
6e82d2184b
991
libs/partners/mongodb/poetry.lock
generated
991
libs/partners/mongodb/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-mongodb"
|
name = "langchain-mongodb"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
description = "An integration package connecting MongoDB and LangChain"
|
description = "An integration package connecting MongoDB and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
pymongo = ">=4.6.1,<5.0"
|
pymongo = ">=4.6.1,<5.0"
|
||||||
langchain-core = "^0.2.21"
|
langchain-core = "^0.2.38"
|
||||||
[[tool.poetry.dependencies.numpy]]
|
[[tool.poetry.dependencies.numpy]]
|
||||||
version = "^1"
|
version = "^1"
|
||||||
python = "<3.12"
|
python = "<3.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user