mongodb[patch]: core 0.1.5 dep (#18348)

pull/18350/head
Erick Friis 7 months ago committed by GitHub
parent 4e27e66938
commit 7bbff98dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -271,7 +271,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.27"
version = "0.1.28"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1033,4 +1033,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "98977c577bce6fbadf6ade1f1bef569e4cf6ae6a822a245cbeeb0173dcf08ac5"
content-hash = "cb31fe8e7b3855c09aacf3652ae82ae5ec70a83fbe4a7542c458b5d21d223cdc"

@ -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"
langchain-core = "^0.1.5"
numpy = "^1"
[tool.poetry.group.test]

Loading…
Cancel
Save