Skip to content

Commit

Permalink
🔒 chore: Update Dependencies for Security & Lite Image (#103)
Browse files Browse the repository at this point in the history
* Revert "chore: updating lite requirements to include ollama, openai, and huggingface (#85)"

This reverts commit aa105bc.

* chore: update langchain dependencies to latest versions

* chore: update langchain dependencies to latest versions for requirements.txt

* chore: bump python-multipart for CVE-2024-53981
  • Loading branch information
danny-avila authored Dec 4, 2024
1 parent aa105bc commit e5e9dfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
13 changes: 5 additions & 8 deletions requirements.lite.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
langchain==0.3
langchain_community==0.3
langchain_openai==0.2.0
langchain_core==0.3.5
langchain==0.3.9
langchain-community==0.3.9
langchain-openai==0.2.11
langchain-core==0.3.21
sqlalchemy==2.0.28
python-dotenv==1.0.1
fastapi==0.110.0
Expand All @@ -18,7 +18,7 @@ docx2txt==0.8
pypandoc==1.13
PyJWT==2.8.0
asyncpg==0.29.0
python-multipart==0.0.9
python-multipart==0.0.19
aiofiles==23.2.1
rapidocr-onnxruntime==1.3.24
opencv-python-headless==4.9.0.80
Expand All @@ -30,6 +30,3 @@ python-pptx==0.6.23
xlrd==2.0.1
langchain-aws==0.2.1
boto3==1.34.144
langchain-ollama==0.2.0
langchain-openai==0.2.0
langchain-huggingface==0.1.0
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
langchain==0.3
langchain_community==0.3
langchain_openai==0.2.0
langchain_core==0.3.5
langchain==0.3.9
langchain-community==0.3.9
langchain-openai==0.2.11
langchain-core==0.3.21
langchain-aws==0.2.1
boto3==1.34.144
sqlalchemy==2.0.28
Expand All @@ -20,15 +20,14 @@ docx2txt==0.8
pypandoc==1.13
PyJWT==2.8.0
asyncpg==0.29.0
python-multipart==0.0.9
python-multipart==0.0.19
sentence_transformers==3.1.1
aiofiles==23.2.1
rapidocr-onnxruntime==1.3.24
opencv-python-headless==4.9.0.80
pymongo==4.6.3
langchain-mongodb==0.2.0
langchain-ollama==0.2.0
langchain-openai==0.2.0
langchain-huggingface==0.1.0
cryptography==43.0.1
python-magic==0.4.27
Expand Down

0 comments on commit e5e9dfa

Please sign in to comment.