diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 2004a33ce5097..1b8b75969acf9 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1764,7 +1764,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.2.35" +version = "0.2.36" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -3261,13 +3261,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "qtconsole" -version = "5.5.2" +version = "5.6.0" description = "Jupyter Qt console" optional = false python-versions = ">=3.8" files = [ - {file = "qtconsole-5.5.2-py3-none-any.whl", hash = "sha256:42d745f3d05d36240244a04e1e1ec2a86d5d9b6edb16dbdef582ccb629e87e0b"}, - {file = "qtconsole-5.5.2.tar.gz", hash = "sha256:6b5fb11274b297463706af84dcbbd5c92273b1f619e6d25d08874b0a88516989"}, + {file = "qtconsole-5.6.0-py3-none-any.whl", hash = "sha256:c36e0d497a473b67898b96dd38666e645e4594019244263da7b409b84fa2ebb5"}, + {file = "qtconsole-5.6.0.tar.gz", hash = "sha256:4c82120a3b53a3d36e3f76e6a1a26ffddf4e1ce2359d56a19889c55e1d73a436"}, ] [package.dependencies] @@ -3276,7 +3276,6 @@ jupyter-client = ">=4.1" jupyter-core = "*" packaging = "*" pygments = "*" -pyzmq = ">=17.1" qtpy = ">=2.4.0" traitlets = "<5.2.1 || >5.2.1,<5.2.2 || >5.2.2" @@ -4412,4 +4411,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "7afea3f4c3dfd55b088ed97b0c950783a6743868cd7f6dd547e73ec7c581014a" +content-hash = "dbc5c2a39294491cc739dff391a18faf3760cbaabdec5fa0edec950d35e8d5a8" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 9b5293cb98978..0045bc30f3047 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-community" -version = "0.2.13" +version = "0.2.14" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -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.35" +langchain-core = "0.2.36" langchain = "^0.2.15" SQLAlchemy = ">=1.4,<3" requests = "^2"