community[patch]: bump + fix core dep (#25901)

This commit is contained in:
Bagatur 2024-08-30 15:54:07 -07:00 committed by GitHub
parent fabe32c06d
commit ca1c3bd9c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "aiohappyeyeballs"
@ -1469,13 +1469,13 @@ referencing = ">=0.31.0"
[[package]]
name = "jupyter"
version = "1.1.0"
version = "1.1.1"
description = "Jupyter metapackage. Install all the Jupyter components in one go."
optional = false
python-versions = "*"
files = [
{file = "jupyter-1.1.0-py2.py3-none-any.whl", hash = "sha256:6e0f0d2848158df10e25697db109f07832ff38bcfb569062ae02dc4b5885a18d"},
{file = "jupyter-1.1.0.tar.gz", hash = "sha256:f5f32929a72a1eb91b39898b94911cb49ec8a68b9aab37e184af3f918bf56440"},
{file = "jupyter-1.1.1-py2.py3-none-any.whl", hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83"},
{file = "jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a"},
]
[package.dependencies]
@ -1763,7 +1763,7 @@ url = "../langchain"
[[package]]
name = "langchain-core"
version = "0.2.36"
version = "0.2.37"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -3920,13 +3920,13 @@ urllib3 = ">=2"
[[package]]
name = "types-setuptools"
version = "73.0.0.20240822"
version = "74.0.0.20240830"
description = "Typing stubs for setuptools"
optional = false
python-versions = ">=3.8"
files = [
{file = "types-setuptools-73.0.0.20240822.tar.gz", hash = "sha256:3a060681098eb3fbc2fea0a86f7f6af6aa1ca71906039d88d891ea2cecdd4dbf"},
{file = "types_setuptools-73.0.0.20240822-py3-none-any.whl", hash = "sha256:b9eba9b68546031317a0fa506d4973641d987d74f79e7dd8369ad4f7a93dea17"},
{file = "types-setuptools-74.0.0.20240830.tar.gz", hash = "sha256:2019cb0ef0fc11c3550946057e1fe78cb934284b856cec5f4ab45b43d9288685"},
{file = "types_setuptools-74.0.0.20240830-py3-none-any.whl", hash = "sha256:3ccb05f218012b6d1643f15c3395fced6a290a32bc49338b0e93ece73585a5a2"},
]
[[package]]
@ -4369,4 +4369,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "dbc5c2a39294491cc739dff391a18faf3760cbaabdec5fa0edec950d35e8d5a8"
content-hash = "838821f16d0eaeb8e5b1b332d2c4b6a8d8140f0c5e70f286ea9220f92aafe4ad"

View File

@ -30,7 +30,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "0.2.36"
langchain-core = "^0.2.37"
langchain = "^0.2.15"
SQLAlchemy = ">=1.4,<3"
requests = "^2"