Skip to content

Commit

Permalink
fix: resolve packages conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leoguillaumegouv committed Aug 30, 2024
1 parent bff4bc3 commit 3643612
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = { text = "MIT" }
dependencies = [
"boto3==1.34.135",
"botocore==1.34.135",
"openai==1.35.7",
"langchain==0.2.6",
"langchain-community==0.2.9",
"langchain-openai==0.1.11",
"openai==1.43.0",
"langchain==0.2.15",
"langchain-community==0.2.14",
"langchain-openai==0.1.23",
"langchain-huggingface==0.0.3",
"huggingface-hub==0.23.4",
"huggingface-hub==0.24.6",
"qdrant-client==1.9.2",
"redis==5.0.7",
"uvicorn==0.30.1",
Expand Down

0 comments on commit 3643612

Please sign in to comment.