diff --git a/poetry.lock b/poetry.lock index 051d2db..0e8cd9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1067,18 +1067,18 @@ files = [ [[package]] name = "langchain" -version = "0.2.8" +version = "0.2.10" description = "Building applications with LLMs through composability" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain-0.2.8-py3-none-any.whl", hash = "sha256:53e7dfe50294a14200f33bec22b4e14cb63857ccf0a5500b0d18b0fd51285d58"}, - {file = "langchain-0.2.8.tar.gz", hash = "sha256:7fecb309e3558cde4e5cf7e9ffb7c1ab3f07121c40a7ff3b0c27135f8120c296"}, + {file = "langchain-0.2.10-py3-none-any.whl", hash = "sha256:b4fb58c7faf4f4999cfe3325474979a7121a1737dd101655a723a1d957ef0617"}, + {file = "langchain-0.2.10.tar.gz", hash = "sha256:1f861c1b59ac9c91b02bb0fa58d3adad1c1d0686636872b5b357bbce3ce41d06"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" -langchain-core = ">=0.2.19,<0.3.0" +langchain-core = ">=0.2.22,<0.3.0" langchain-text-splitters = ">=0.2.0,<0.3.0" langsmith = ">=0.1.17,<0.2.0" numpy = [ @@ -1109,20 +1109,20 @@ langchain-core = ">=0.2.17,<0.3" [[package]] name = "langchain-community" -version = "0.2.5" +version = "0.2.9" description = "Community contributed LangChain integrations." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_community-0.2.5-py3-none-any.whl", hash = "sha256:bf37a334952e42c7676d083cf2d2c4cbfbb7de1949c4149fe19913e2b06c485f"}, - {file = "langchain_community-0.2.5.tar.gz", hash = "sha256:476787b8c8c213b67e7b0eceb53346e787f00fbae12d8e680985bd4f93b0bf64"}, + {file = "langchain_community-0.2.9-py3-none-any.whl", hash = "sha256:b51d3adf9346a1161c1098917585b9e303cf24e2f5c71f5d232a0504edada5f2"}, + {file = "langchain_community-0.2.9.tar.gz", hash = "sha256:1e7c180232916cbe35fe00509680dd1f805e32d7c87b5e80b3a9ec8754ecae37"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" -langchain = ">=0.2.5,<0.3.0" -langchain-core = ">=0.2.7,<0.3.0" +langchain = ">=0.2.9,<0.3.0" +langchain-core = ">=0.2.22,<0.3.0" langsmith = ">=0.1.0,<0.2.0" numpy = [ {version = ">=1,<2", markers = "python_version < \"3.12\""}, @@ -1131,7 +1131,7 @@ numpy = [ PyYAML = ">=5.3" requests = ">=2,<3" SQLAlchemy = ">=1.4,<3" -tenacity = ">=8.1.0,<9.0.0" +tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langchain-core" @@ -2566,4 +2566,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e4b367c813a39a8a0bfce109fe5e83ec8a24279e51a1c4c6457a5cc3b8809076" +content-hash = "a33305b39db02316baf0a376091ba5097f5de54e176bbea99f16d209ce95bf4c" diff --git a/pyproject.toml b/pyproject.toml index fa2d226..dfac691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,13 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -langchain = "0.2.8" +langchain = "0.2.10" SQLAlchemy = "2.0.29" click = "8.1.7" pgvector = "0.2.5" langchain-openai = "0.1.8" langchain-postgres = "0.0.12" -langchain-community = "0.2.5" +langchain-community = "0.2.9" langchain-anthropic = "0.1.20" bs4 = "0.0.2" responses = "0.25.0"