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:
dependabot[bot] 2024-09-18 09:57:13 +08:00 committed by GitHub
parent 7b9058b6a7
commit d62eab94fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ django = "4.2.15"
djangorestframework = "^3.15.2" djangorestframework = "^3.15.2"
drf-yasg = "1.21.7" drf-yasg = "1.21.7"
django-filter = "23.2" django-filter = "23.2"
langchain = "0.2.3" langchain = "0.2.16"
langchain_community = "0.2.4" langchain_community = "0.2.4"
langchain-huggingface = "^0.0.3" langchain-huggingface = "^0.0.3"
psycopg2-binary = "2.9.7" psycopg2-binary = "2.9.7"