From d2f90aa31a121a04fe6ef701377a56dee33a7dd5 Mon Sep 17 00:00:00 2001 From: "michael.jaumann" Date: Mon, 7 Oct 2024 11:51:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/backend/requirements.txt | 8 +++++--- pyproject.toml | 5 +++-- requirements-dev.txt | 8 +++++--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index ecb09ba6..7c8c120a 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -68,8 +68,10 @@ h11==0.14.0 # via # httpcore # uvicorn -httpcore==1.0.5 - # via httpx +httpcore==1.0.6 + # via + # mucgpt (pyproject.toml) + # httpx httptools==0.6.1 # via uvicorn httpx==0.27.2 @@ -102,7 +104,7 @@ langchain==0.3.2 # via # mucgpt (pyproject.toml) # langchain-community -langchain-community==0.3.0 +langchain-community==0.3.1 # via mucgpt (pyproject.toml) langchain-core==0.3.9 # via diff --git a/pyproject.toml b/pyproject.toml index 39c07b7c..7f016996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "mistral-common==1.4.4", "fastapi[standard]==0.115.0", "langchain==0.3.2", - "langchain_community", + "langchain_community==0.3.1", "langchain_openai", "joserfc", "tiktoken", @@ -17,7 +17,8 @@ dependencies = [ "psycopg2", "werkzeug==3.0.4", "aiohttp==3.10.9", - "aiohappyeyeballs==2.4.3" + "aiohappyeyeballs==2.4.3", + "httpcore==1.0.6", ] [project.optional-dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index 5ea87e4e..a7ef0272 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -82,8 +82,10 @@ h11==0.14.0 # via # httpcore # uvicorn -httpcore==1.0.5 - # via httpx +httpcore==1.0.6 + # via + # mucgpt (pyproject.toml) + # httpx httptools==0.6.1 # via uvicorn httpx==0.27.2 @@ -120,7 +122,7 @@ langchain==0.3.2 # via # mucgpt (pyproject.toml) # langchain-community -langchain-community==0.3.0 +langchain-community==0.3.1 # via mucgpt (pyproject.toml) langchain-core==0.3.9 # via