1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix point by adding authlib constraint (#68176)

* Fix point by pinning authlib

* Use constraint
This commit is contained in:
Marc Mueller
2022-03-15 15:56:08 +01:00
committed by GitHub
parent db4b69663f
commit aabf46b1b3
3 changed files with 10 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ python-socketio>=4.6.0,<5.0
# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046
multidict>=6.0.2
# Required for compatibility with point integration - ensure_active_token
# https://github.com/home-assistant/core/pull/68176
authlib<1.0
"""
IGNORE_PRE_COMMIT_HOOK_ID = (