Skip to content

Commit

Permalink
🔄 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Meteord committed Oct 7, 2024
1 parent bfec790 commit d2f90aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 5 additions & 3 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand Down
8 changes: 5 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d2f90aa

Please sign in to comment.