Skip to content

Commit 2be0b5d

Browse files
authored
fix: redis failing on SSL (#211)
1 parent a99e77b commit 2be0b5d

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pyjwt = {version = "2.10.1", extras = ["crypto"]}
5454
pypdf = "5.4.0"
5555
python = "~3.11"
5656
python-multipart = "0.0.20"
57-
redis = "6.0.0"
57+
redis = "6.1.0"
5858
sentence-transformers = "^3.4.1"
5959
silero-vad = "^5.1.2"
6060
torch = "2.5.1"

requirements-vllm.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aioboto3==14.3.0 ; python_version == "3.11"
2-
aiobotocore[boto3]==2.22.0 ; python_version == "3.11"
2+
aiobotocore==2.22.0 ; python_version == "3.11"
33
aiofiles==24.1.0 ; python_version == "3.11"
44
aiohappyeyeballs==2.6.1 ; python_version == "3.11"
55
aiohttp==3.11.18 ; python_version == "3.11"
@@ -10,7 +10,7 @@ annotated-types==0.7.0 ; python_version == "3.11"
1010
anyio==4.9.0 ; python_version == "3.11"
1111
astor==0.8.1 ; python_version == "3.11"
1212
async-lru==2.0.5 ; python_version == "3.11"
13-
async-timeout==5.0.1 ; python_full_version < "3.11.3" and python_version == "3.11"
13+
async-timeout==5.0.1 ; python_version == "3.11" and python_full_version < "3.11.3"
1414
attrs==25.3.0 ; python_version == "3.11"
1515
av==12.3.0 ; python_version == "3.11"
1616
beautifulsoup4==4.13.4 ; python_version == "3.11"
@@ -23,12 +23,12 @@ charset-normalizer==3.4.2 ; python_version == "3.11"
2323
circuitbreaker==2.1.3 ; python_version == "3.11"
2424
click==8.2.1 ; python_version == "3.11"
2525
cloudpickle==3.1.1 ; python_version == "3.11"
26-
colorama==0.4.6 ; python_version == "3.11" and (platform_system == "Windows" or sys_platform == "win32")
26+
colorama==0.4.6 ; (platform_system == "Windows" or sys_platform == "win32") and python_version == "3.11"
2727
coloredlogs==15.0.1 ; python_version == "3.11"
2828
compressed-tensors==0.9.1 ; python_version == "3.11"
2929
cryptography==44.0.3 ; python_version == "3.11"
3030
ctranslate2==4.4.0 ; python_version == "3.11"
31-
cupy-cuda12x==13.4.1 ; sys_platform != "darwin" and python_version == "3.11"
31+
cupy-cuda12x==13.4.1 ; python_version == "3.11" and sys_platform != "darwin"
3232
dataclasses-json==0.6.7 ; python_version == "3.11"
3333
depyf==0.18.0 ; python_version == "3.11"
3434
dill==0.3.8 ; python_version == "3.11"
@@ -39,12 +39,11 @@ einops==0.8.1 ; python_version == "3.11"
3939
email-validator==2.2.0 ; python_version == "3.11"
4040
faiss-cpu==1.11.0 ; python_version == "3.11"
4141
fake-useragent==2.2.0 ; python_version == "3.11"
42-
fastapi-cli[standard]==0.0.7 ; python_version == "3.11"
42+
fastapi-cli==0.0.7 ; python_version == "3.11"
4343
fastapi-versionizer==4.0.1 ; python_version == "3.11"
4444
fastapi==0.115.12 ; python_version == "3.11"
45-
fastapi[standard]==0.115.12 ; python_version == "3.11"
4645
faster-whisper==1.1.1 ; python_version == "3.11"
47-
fastrlock==0.8.3 ; sys_platform != "darwin" and python_version == "3.11"
46+
fastrlock==0.8.3 ; python_version == "3.11" and sys_platform != "darwin"
4847
filelock==3.18.0 ; python_version == "3.11"
4948
flashrank==0.2.10 ; python_version == "3.11"
5049
flatbuffers==25.2.10 ; python_version == "3.11"
@@ -62,7 +61,7 @@ huggingface-hub==0.31.4 ; python_version == "3.11"
6261
humanfriendly==10.0 ; python_version == "3.11"
6362
idna==3.10 ; python_version == "3.11"
6463
importlib-metadata==8.7.0 ; python_version == "3.11"
65-
iniconfig==2.1.0 ; python_version == "3.11" and platform_machine == "x86_64"
64+
iniconfig==2.1.0 ; python_version == "3.11"
6665
interegular==0.3.3 ; python_version == "3.11"
6766
jinja2==3.1.6 ; python_version == "3.11"
6867
jiter==0.10.0 ; python_version == "3.11"
@@ -88,7 +87,7 @@ markdown-it-py==3.0.0 ; python_version == "3.11"
8887
markupsafe==3.0.2 ; python_version == "3.11"
8988
marshmallow==3.26.1 ; python_version == "3.11"
9089
mdurl==0.1.2 ; python_version == "3.11"
91-
mistral-common[opencv]==1.5.5 ; python_version == "3.11"
90+
mistral-common==1.5.5 ; python_version == "3.11"
9291
mpmath==1.3.0 ; python_version == "3.11"
9392
msgpack==1.1.0 ; python_version == "3.11"
9493
msgspec==0.19.0 ; python_version == "3.11"
@@ -115,14 +114,14 @@ oci==2.151.0 ; python_version == "3.11"
115114
onnxruntime==1.22.0 ; python_version == "3.11"
116115
openai==1.81.0 ; python_version == "3.11"
117116
opencv-python-headless==4.11.0.86 ; python_version == "3.11"
118-
orjson==3.10.18 ; platform_python_implementation != "PyPy" and python_version == "3.11"
117+
orjson==3.10.18 ; python_version == "3.11" and platform_python_implementation != "PyPy"
119118
outlines-core==0.1.26 ; python_version == "3.11"
120119
outlines==0.1.11 ; python_version == "3.11"
121120
packaging==24.2 ; python_version == "3.11"
122121
partial-json-parser==0.2.1.1.post5 ; python_version == "3.11"
123122
pillow==11.2.1 ; python_version == "3.11"
124123
playa-pdf==0.5.0 ; python_version == "3.11"
125-
pluggy==1.6.0 ; python_version == "3.11" and platform_machine == "x86_64"
124+
pluggy==1.6.0 ; python_version == "3.11"
126125
prometheus-client==0.21.1 ; python_version == "3.11"
127126
prometheus-fastapi-instrumentator==7.1.0 ; python_version == "3.11"
128127
propcache==0.3.1 ; python_version == "3.11"
@@ -137,12 +136,12 @@ pydantic-core==2.33.2 ; python_version == "3.11"
137136
pydantic-settings==2.9.1 ; python_version == "3.11"
138137
pydantic==2.11.4 ; python_version == "3.11"
139138
pygments==2.19.1 ; python_version == "3.11"
140-
pyjwt[crypto]==2.10.1 ; python_version == "3.11"
139+
pyjwt==2.10.1 ; python_version == "3.11"
141140
pyopenssl==24.3.0 ; python_version == "3.11"
142141
pypdf==5.4.0 ; python_version == "3.11"
143142
pypdfium2==4.30.0 ; python_version == "3.11"
144-
pyreadline3==3.5.4 ; sys_platform == "win32" and python_version == "3.11"
145-
pytest==7.4.4 ; python_version == "3.11" and platform_machine == "x86_64"
143+
pyreadline3==3.5.4 ; python_version == "3.11" and sys_platform == "win32"
144+
pytest==7.4.4 ; python_version == "3.11"
146145
python-calamine==0.3.2 ; python_version == "3.11"
147146
python-dateutil==2.9.0.post0 ; python_version == "3.11"
148147
python-dotenv==1.1.0 ; python_version == "3.11"
@@ -151,8 +150,8 @@ python-pptx==1.0.2 ; python_version == "3.11"
151150
pytz==2025.2 ; python_version == "3.11"
152151
pyyaml==6.0.2 ; python_version == "3.11"
153152
pyzmq==26.4.0 ; python_version == "3.11"
154-
ray[adag]==2.40.0 ; python_version == "3.11"
155-
redis==6.0.0 ; python_version == "3.11"
153+
ray==2.40.0 ; python_version == "3.11"
154+
redis==6.1.0 ; python_version == "3.11"
156155
referencing==0.36.2 ; python_version == "3.11"
157156
regex==2024.11.6 ; python_version == "3.11"
158157
requests-toolbelt==1.0.0 ; python_version == "3.11"
@@ -192,7 +191,6 @@ typing-inspection==0.4.1 ; python_version == "3.11"
192191
urllib3==2.4.0 ; python_version == "3.11"
193192
uuid6==2024.7.10 ; python_version == "3.11"
194193
uvicorn==0.34.2 ; python_version == "3.11"
195-
uvicorn[standard]==0.34.2 ; python_version == "3.11"
196194
uvloop==0.21.0 ; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version == "3.11"
197195
vllm==0.7.3 ; python_version == "3.11"
198196
watchfiles==1.0.5 ; python_version == "3.11"

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aioboto3==14.3.0 ; python_version == "3.11"
2-
aiobotocore[boto3]==2.22.0 ; python_version == "3.11"
2+
aiobotocore==2.22.0 ; python_version == "3.11"
33
aiofiles==24.1.0 ; python_version == "3.11"
44
aiohappyeyeballs==2.6.1 ; python_version == "3.11"
55
aiohttp==3.11.18 ; python_version == "3.11"
@@ -8,7 +8,7 @@ aiosignal==1.3.2 ; python_version == "3.11"
88
annotated-types==0.7.0 ; python_version == "3.11"
99
anyio==4.9.0 ; python_version == "3.11"
1010
async-lru==2.0.5 ; python_version == "3.11"
11-
async-timeout==5.0.1 ; python_full_version < "3.11.3" and python_version == "3.11"
11+
async-timeout==5.0.1 ; python_version == "3.11" and python_full_version < "3.11.3"
1212
attrs==25.3.0 ; python_version == "3.11"
1313
av==12.3.0 ; python_version == "3.11"
1414
beautifulsoup4==4.13.4 ; python_version == "3.11"
@@ -83,7 +83,7 @@ nvidia-nvtx-cu12==12.4.127 ; platform_system == "Linux" and platform_machine ==
8383
oci==2.151.0 ; python_version == "3.11"
8484
onnxruntime==1.22.0 ; python_version == "3.11"
8585
openai==1.81.0 ; python_version == "3.11"
86-
orjson==3.10.18 ; platform_python_implementation != "PyPy" and python_version == "3.11"
86+
orjson==3.10.18 ; python_version == "3.11" and platform_python_implementation != "PyPy"
8787
packaging==24.2 ; python_version == "3.11"
8888
pillow==11.2.1 ; python_version == "3.11"
8989
playa-pdf==0.5.0 ; python_version == "3.11"
@@ -96,19 +96,19 @@ pycparser==2.22 ; python_version == "3.11"
9696
pydantic-core==2.33.2 ; python_version == "3.11"
9797
pydantic-settings==2.9.1 ; python_version == "3.11"
9898
pydantic==2.11.4 ; python_version == "3.11"
99-
pyjwt[crypto]==2.10.1 ; python_version == "3.11"
99+
pyjwt==2.10.1 ; python_version == "3.11"
100100
pyopenssl==24.3.0 ; python_version == "3.11"
101101
pypdf==5.4.0 ; python_version == "3.11"
102102
pypdfium2==4.30.0 ; python_version == "3.11"
103-
pyreadline3==3.5.4 ; sys_platform == "win32" and python_version == "3.11"
103+
pyreadline3==3.5.4 ; python_version == "3.11" and sys_platform == "win32"
104104
python-calamine==0.3.2 ; python_version == "3.11"
105105
python-dateutil==2.9.0.post0 ; python_version == "3.11"
106106
python-dotenv==1.1.0 ; python_version == "3.11"
107107
python-multipart==0.0.20 ; python_version == "3.11"
108108
python-pptx==1.0.2 ; python_version == "3.11"
109109
pytz==2025.2 ; python_version == "3.11"
110110
pyyaml==6.0.2 ; python_version == "3.11"
111-
redis==6.0.0 ; python_version == "3.11"
111+
redis==6.1.0 ; python_version == "3.11"
112112
regex==2024.11.6 ; python_version == "3.11"
113113
requests-toolbelt==1.0.0 ; python_version == "3.11"
114114
requests==2.32.3 ; python_version == "3.11"

0 commit comments

Comments
 (0)