diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index b44d098c282..44d37f0c6e8 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -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 = "aiohttp" @@ -2117,7 +2117,7 @@ files = [ [[package]] name = "langchain" -version = "0.2.7" +version = "0.2.9" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -2127,7 +2127,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} -langchain-core = "^0.2.12" +langchain-core = "^0.2.20" langchain-text-splitters = "^0.2.0" langsmith = "^0.1.17" numpy = [ @@ -2146,7 +2146,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.2.12" +version = "0.2.20" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -3101,8 +3101,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -5759,4 +5759,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "9fa87c53b1c9bd1c44b6122318d672c4f71b3b3159cee318c13e9e628dd31d0b" +content-hash = "432e9be25dd09ad35f57892d2333931c22050152dab6c2f979f0933c7e3df5b0" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 34e75f5bf03..49dac5f63aa 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.7" +version = "0.2.8" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -26,8 +26,8 @@ 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.12" -langchain = "^0.2.7" +langchain-core = "^0.2.20" +langchain = "^0.2.9" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"