Skip to content

Commit

Permalink
Patch AppDaemon Engine.io dependency issues (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 28, 2021
1 parent cc86a96 commit 844a5d2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appdaemon/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
appdaemon==4.0.5

# AppDaemon 4.0.5 Patch
#
# Temporary version pin for Engine.io, as 4.0.0 provides a new protocol
# version that isn't compatible with AppDaemon's outdated packages, that
# are not pinned in AppDaemon's requirements.
#
# More information:
# - https://github.com/hassio-addons/addon-appdaemon/issues/64
# - https://github.com/AppDaemon/appdaemon/issues/1140
#
# This patch forces a pin from the add-on end, since AppDaemon responded:
#
# "if it worked with python 3.8.5 and now isnt working anymore after an
# update to python 3.8.7 then its the python update that caused the problem."
#
# Yeah... :facepalm:
#
python-engineio>=3.9.0,<4.0.0

0 comments on commit 844a5d2

Please sign in to comment.