diff --git a/poetry.lock b/poetry.lock index 4c1b228..ca122b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -905,23 +905,23 @@ xai = ["langchain-xai"] [[package]] name = "langchain-community" -version = "0.3.24" +version = "0.3.27" description = "Community contributed LangChain integrations." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "langchain_community-0.3.24-py3-none-any.whl", hash = "sha256:b6cdb376bf1c2f4d2503aca20f8f35f2d5b3d879c52848277f20ce1950e7afaf"}, - {file = "langchain_community-0.3.24.tar.gz", hash = "sha256:62d9e8cf9aadf35182ec3925f9ec1c8e5e84fb4f199f67a01aee496d289dc264"}, + {file = "langchain_community-0.3.27-py3-none-any.whl", hash = "sha256:581f97b795f9633da738ea95da9cb78f8879b538090c9b7a68c0aed49c828f0d"}, + {file = "langchain_community-0.3.27.tar.gz", hash = "sha256:e1037c3b9da0c6d10bf06e838b034eb741e016515c79ef8f3f16e53ead33d882"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" httpx-sse = ">=0.4.0,<1.0.0" -langchain = ">=0.3.25,<1.0.0" -langchain-core = ">=0.3.59,<1.0.0" -langsmith = ">=0.1.125,<0.4" +langchain = ">=0.3.26,<1.0.0" +langchain-core = ">=0.3.66,<1.0.0" +langsmith = ">=0.1.125" numpy = [ {version = ">=1.26.2", markers = "python_version < \"3.13\""}, {version = ">=2.1.0", markers = "python_version >= \"3.13\""}, @@ -2530,4 +2530,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "572164ae7a47a84d7950a7fd25919bc3301d4e7cfec5d81dd9011132a2fb4660" +content-hash = "0f2fe7a17490369380c979ba50833b6a2443f3ed9444fe7ca10c2b0851f324b0" diff --git a/pyproject.toml b/pyproject.toml index 1139433..2117e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ fastapi = "^0.116.1" nc-py-api = {extras = ["app"], version = "0.*"} langchain = "^0.3.27" httpx = "^0.28.1" -langchain-community = "^0.3.24" +langchain-community = "^0.3.27" llama-cpp-python = "^0.3.14"