Skip to content

Commit 33cbee4

Browse files
committed
Fixing Fresh Installation Bug with Redis Update
Pinning all python modules to specific versions to prevent recent issues with the Redis python module deprecating a parameter in the connection call.
1 parent ed09eff commit 33cbee4

3 files changed

Lines changed: 20 additions & 17 deletions

File tree

auto-install/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
flask==2.3.3
2-
flask_mobility
3-
flask_qrcode
4-
flask_socketio
5-
gunicorn
6-
gpiozero
7-
redis
8-
uuid
9-
influxdb_client[ciso]
10-
apprise
11-
scikit-fuzzy
2+
flask_mobility==2.0.1
3+
flask_qrcode==3.2.0
4+
flask_socketio==5.5.1
5+
gunicorn==23.0.0
6+
gpiozero==2.0.1
7+
redis==5.3.0
8+
uuid==1.30
9+
influxdb_client[ciso]==1.48.0
10+
apprise==1.9.3
11+
scikit-fuzzy==0.5.0
1212
scikit-learn==1.4.2
13-
ratelimitingfilter
13+
ratelimitingfilter==1.5
1414
pillow>=9.2.0
15-
paho-mqtt
16-
psutil
17-
rpi_hardware_pwm
18-
bluepy
15+
paho-mqtt==2.1.0
16+
psutil==7.0.0
17+
rpi_hardware_pwm==0.2.2
18+
bluepy==1.3.0

updater/post-update-message.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ <H1>
123123
<li>
124124
Github user @markalston contributed a fix for the PID controllers to prevent divide by zero errors from crashing the control process.
125125
</li>
126+
<li>
127+
Pinning all python modules to specific versions to prevent recent issues with the Redis python module deprecating a parameter in the connection call.
128+
</li>
126129
</ul>
127130

128131
</div>

updater/updater_manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"metadata" : {
33
"versions" : {
4-
"server" : "1.9.0",
4+
"server" : "1.9.1",
55
"cookfile" : "1.5.0",
66
"recipe" : "1.0.0",
7-
"build" : 43
7+
"build" : 44
88
},
99
"update_notes" : "",
1010
"update_warnings" : ""

0 commit comments

Comments
 (0)