From d74ca1dadda4db7ad61175a0f170e2401267f131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:56:22 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 4 updates Updates the requirements on [langchain](https://github.com/langchain-ai/langchain), [requests](https://github.com/psf/requests), [gevent](https://github.com/gevent/gevent) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. Updates `langchain` from 0.0.319 to 0.1.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.319...v0.1.0) Updates `requests` to 2.31.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.31.0) Updates `gevent` to 24.2.1 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/21.12.0...24.2.1) Updates `gunicorn` to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: gevent dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/ai-service/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/ai-service/requirements.txt b/backend/ai-service/requirements.txt index eb726d7..6a2843c 100644 --- a/backend/ai-service/requirements.txt +++ b/backend/ai-service/requirements.txt @@ -1,11 +1,11 @@ flask~=2.3.2 flask_restful~=0.3.9 openai~=0.27.8 -langchain==0.0.319 +langchain==0.1.0 psycopg2-binary~=2.9.6 -requests~=2.26.0 -gevent~=21.12.0 -gunicorn~=20.1.0 +requests~=2.31.0 +gevent~=24.2.1 +gunicorn~=22.0.0 pgvector~=0.1.8 tiktoken~=0.3.3 boto3~=1.26.165