-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch AppDaemon Engine.io dependency issues (#67)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |