partners/mongodb: release 0.1.9 (#26193)

This commit is contained in:
Erick Friis 2024-09-07 16:20:25 -07:00 committed by GitHub
parent 262e19b15d
commit 6e82d2184b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 513 additions and 482 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-mongodb"
version = "0.1.8"
version = "0.1.9"
description = "An integration package connecting MongoDB and LangChain"
authors = []
readme = "README.md"
@ -21,7 +21,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
pymongo = ">=4.6.1,<5.0"
langchain-core = "^0.2.21"
langchain-core = "^0.2.38"
[[tool.poetry.dependencies.numpy]]
version = "^1"
python = "<3.12"