mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
build(deps): update langchain requirement (#1196)
Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version. Updates `langchain` to 0.2.16 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.3...langchain==0.2.16) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7b9058b6a7
commit
d62eab94fb
|
|
@ -11,7 +11,7 @@ django = "4.2.15"
|
|||
djangorestframework = "^3.15.2"
|
||||
drf-yasg = "1.21.7"
|
||||
django-filter = "23.2"
|
||||
langchain = "0.2.3"
|
||||
langchain = "0.2.16"
|
||||
langchain_community = "0.2.4"
|
||||
langchain-huggingface = "^0.0.3"
|
||||
psycopg2-binary = "2.9.7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue