diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 3e91de35943..e463dd0ec7d 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -4415,4 +4415,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8a1646264eb4ac81b539444fd0414d1402e98fa8cf3428d99da1c5d4831d984a" +content-hash = "73e3475bedc35e12fbc03af2302ecc885c43b995d1009d8c9964a65247e67c5d" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 810d1e0641d..1d090df2f09 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -34,7 +34,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy [tool.poetry.dependencies] python = ">=3.9,<4.0" langchain-core = "^0.3.6" -langchain = "^0.3.0" +langchain = "^0.3.1" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"