Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 1296 #1371

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions application/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
anthropic==0.34.2
boto3==1.34.153
beautifulsoup4==4.12.3
boto3==1.34.45 #Update Library from version 1.34.153 to 1.34.45
beautifulsoup4==4.12.3 #No direct imports for web scraping found.
celery==5.3.6
dataclasses-json==0.6.7
docx2txt==0.8
Expand All @@ -12,7 +12,7 @@ escodegen==1.0.11
esprima==4.0.1
esutils==1.0.1
Flask==3.0.3
faiss-cpu==1.8.0.post1
faiss-cpu==1.9.0.post1 #Update from version 1.8.0post1 to 1.9.0.post1
flask-restx==1.3.0
gunicorn==23.0.0
html2text==2024.2.26
Expand All @@ -22,7 +22,7 @@ jiter==0.5.0
jmespath==1.0.1
joblib==1.4.2
jsonpatch==1.33
jsonpointer==3.0.0
jsonpointer==3.0.0 #No direct imports found, Implicitly Included in jsonPatch
jsonschema==4.23.0
jsonschema-spec==0.2.4
jsonschema-specifications==2023.7.1
Expand All @@ -37,7 +37,7 @@ lazy-object-proxy==1.10.0
lxml==5.3.0
markupsafe==2.1.5
marshmallow==3.22.0
mpmath==1.3.0
mpmath==1.3.0 #No imports related to this library.
multidict==6.1.0
mypy-extensions==1.0.0
networkx==3.3
Expand All @@ -56,7 +56,7 @@ portalocker==2.10.1
prance==23.6.21.0
primp==0.6.3
prompt-toolkit==3.0.47
protobuf==5.28.2
protobuf==5.28.2 #Could be redundant unless using serialization (check usage)
py==1.11.0
pydantic==2.9.2
pydantic-core==2.23.4
Expand All @@ -67,14 +67,14 @@ python-dateutil==2.9.0.post0
python-dotenv==1.0.1
qdrant-client==1.11.0
redis==5.0.1
referencing==0.30.2
referencing==0.30.2 #No direct usage found.
regex==2024.9.11
requests==2.32.3
retry==0.9.2
sentence-transformers==3.0.1
tiktoken==0.7.0
tokenizers==0.19.1
torch==2.4.1
torch==2.5.0 #Updated to version from 2.4.1 to 2.5.0
tqdm==4.66.5
transformers==4.44.2
typing-extensions==4.12.2
Expand Down
Loading