You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TapoResponseError: added Forbidden variant to represent authentication failures when Third-Party Compatibility is disabled in the Tapo app.
Changed
TapoResponseError: renamed variant InvalidCredentials to Unauthorized and updated the variant to include code and description for improved error context.
Python
Added
Tapo Exception: added Forbidden variant to represent authentication failures when Third-Party Compatibility is disabled in the Tapo app.
Changed
Tapo Exception: renamed variant InvalidCredentials to Unauthorized and updated the variant to include code and description for improved error context.
Removed
Dropped support for Python 3.9 and 3.10 (both no longer supported upstream). The minimum required version is now Python 3.11.