Skip to content

Commit fae17bf

Browse files
Merge pull request #4 from ptptiwari/main
Security issue related fix
2 parents c4c1f39 + bf6dbbb commit fae17bf

File tree

1 file changed

+36
-60
lines changed

1 file changed

+36
-60
lines changed

python-rag-chatbot/requirements.txt

Lines changed: 36 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ backcall==0.2.0
1818
backoff==2.2.1
1919
bcrypt==4.0.1
2020
beautifulsoup4==4.12.2
21-
black==23.9.1
2221
bleach==6.1.0
2322
blinker==1.6.3
2423
boto3==1.34.115
2524
botocore==1.34.115
2625
build==1.2.1
2726
cachetools==5.3.1
28-
certifi==2023.7.22
2927
cffi==1.16.0
3028
chardet==5.2.0
3129
charset-normalizer==3.3.0
@@ -34,37 +32,37 @@ chroma-hnswlib==0.7.3
3432
chromadb==0.4.14
3533
circuitbreaker==1.4.0
3634
click==8.1.7
37-
cohere==4.27
35+
cohere==5.5
3836
colorama==0.4.6
3937
coloredlogs==15.0.1
4038
comm==0.1.4
4139
contourpy==1.2.1
42-
cryptography==42.0.4
40+
cryptography==38.0.0
4341
cycler==0.12.1
4442
dataclasses-json==0.6.1
4543
debugpy==1.8.0
4644
decorator==5.1.1
4745
defusedxml==0.7.1
4846
Deprecated==1.2.14
49-
dnspython== 2.6.1
50-
docutils == 0.21.2
51-
email_validator== 2.1.1
52-
emoji== 2.8.0
53-
exceptiongroup== 1.1.3
54-
executing== 2.0.0
55-
fastavro== 1.8.2
56-
fastjsonschema== 2.18.1
57-
filelock== 3.12.4
58-
filetype== 1.2.0
59-
flatbuffers== 23.5.26
60-
fonttools== 4.52.4
61-
fqdn== 1.5.1
62-
frozenlist== 1.4.0
63-
fsspec== 2023.9.2
64-
gitdb== 4.0.11
65-
GitPython== 3.1.41
66-
google-auth== 2.29.0
67-
googleapis-common-protos== 1.63.0
47+
dnspython==2.6.1
48+
docutils==0.21.2
49+
email_validator==2.1.1
50+
emoji==2.8.0
51+
exceptiongroup==1.1.3
52+
executing==2.0.0
53+
fastavro==1.9.5
54+
fastjsonschema==2.18.1
55+
filelock==3.12.4
56+
filetype==1.2.0
57+
flatbuffers==23.5.26
58+
fonttools==4.52.4
59+
fqdn==1.5.1
60+
frozenlist==1.4.0
61+
fsspec==2023.9.2
62+
gitdb==4.0.11
63+
GitPython==3.1.41
64+
google-auth==2.29.0
65+
googleapis-common-protos==1.63.0
6866
greenlet== 3.0.3
6967
grpcio== 1.59.0
7068
h11== 0.14.0
@@ -75,49 +73,36 @@ httpx== 0.27.0
7573
httpx-sse== 0.4.0
7674
huggingface-hub== 0.23.2
7775
humanfriendly== 10.0
78-
idna== 3.4
7976
importlib-metadata== 6.8.0
8077
importlib-resources== 6.1.0
8178
inference-tools== 0.13.0
82-
install== 1.3.5
8379
IProgress== 0.4
8480
ipykernel== 6.25.2
8581
ipython== 8.16.1
8682
ipywidgets== 8.1.1
8783
isoduration== 20.11.0
8884
jedi== 0.19.1
89-
Jinja2== 3.1.3
9085
jmespath== 1.0.1
9186
joblib== 1.3.2
9287
json5== 0.9.14
9388
jsonpatch== 1.33
9489
jsonpointer== 2.4
9590
jsonschema== 4.19.1
96-
jsonschema-specifications== 2023.7.1
97-
jupyter_client== 8.4.0
98-
jupyter_core== 5.4.0
99-
jupyter-events== 0.7.0
100-
jupyter-lsp== 2.2.2
101-
jupyter_server== 2.7.3
102-
jupyter_server_terminals== 0.4.4
103-
jupyterlab== 4.1.0b2
104-
jupyterlab-pygments== 0.2.2
105-
jupyterlab_server== 2.25.0
106-
jupyterlab-widgets== 3.0.9
107-
kiwisolver== 1.4.5
108-
kubernetes== 29.0.0
109-
langchain== 0.2.1
110-
langchain-cli== 0.0.24
111-
langchain-cohere== 0.1.5
112-
langchain-community== 0.2.1
113-
langchain-core== 0.2.2
114-
langchain-text-splitters== 0.2.0
115-
langchainhub== 0.1.13
116-
langdetect== 1.0.9
117-
langserve== 0.2.1
118-
langsmith== 0.1.67
119-
libcst== 1.4.0
120-
log-symbols== 0.0.14
91+
jsonschema-specifications==2023.7.1
92+
kiwisolver==1.4.5
93+
kubernetes==29.0.0
94+
langchain==0.2.1
95+
langchain-cli==0.0.24
96+
langchain-cohere==0.1.5
97+
langchain-community==0.2.1
98+
langchain-core==0.2.2
99+
langchain-text-splitters==0.2.0
100+
langchainhub==0.1.13
101+
langdetect==1.0.9
102+
langserve==0.2.1
103+
langsmith==0.1.67
104+
libcst==1.4.0
105+
log-symbols==0.0.14
121106
loguru== 0.7.2
122107
lxml== 4.9.3
123108
markdown-it-py== 3.0.0
@@ -139,7 +124,6 @@ nbconvert== 7.9.2
139124
nbformat== 5.9.2
140125
nest-asyncio== 1.5.8
141126
networkx== 3.1
142-
nltk== 3.8.1
143127
notebook_shim== 0.2.3
144128
numpy== 1.26.1
145129
oauthlib== 3.2.2
@@ -170,7 +154,6 @@ pathspec== 0.11.2
170154
pexpect== 4.8.0
171155
pickleshare== 0.7.5
172156
piglet-templates== 1.3.1
173-
Pillow== 10.1.0
174157
pip== 24.1.1
175158
platformdirs== 3.11.0
176159
posthog== 3.0.2
@@ -207,17 +190,13 @@ pyzmq== 25.1.1
207190
rapidfuzz== 3.4.0
208191
referencing== 0.30.2
209192
regex==2023.10.3
210-
requests==2.31.0
211-
requests-oauth2==0.3.0
212-
requests-oauthlib==2.0.0
213193
rfc3339-validator==0.1.4
214194
rfc3986-validator==0.1.1
215195
rich==13.6.0
216196
rpds-py==0.10.6
217197
rsa==4.9
218198
s3transfer==0.10.1
219199
safetensors==0.4.3
220-
scikit-learn==1.3.1
221200
scipy==1.11.3
222201
section==2.0
223202
Send2Trash==1.8.2
@@ -248,8 +227,6 @@ tomlkit==0.12.5
248227
toolz==0.12.0
249228
torch==2.2.2
250229
torchvision==0.17.2
251-
tornado==6.3.3
252-
tqdm==4.66.1
253230
traitlets==5.11.2
254231
transformers==4.41.2
255232
trubrics==1.6.2
@@ -263,7 +240,6 @@ tzlocal==5.2
263240
ujson==5.10.0
264241
unstructured==0.10.23
265242
uri-template==1.3.0
266-
urllib3==2.0.7
267243
uvicorn==0.23.2
268244
uvloop==0.18.0
269245
validators==0.22.0

0 commit comments

Comments
 (0)