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
feat: deprecate sync APIs and convert examples to async
Add DeprecationWarning to all remaining sync entry points:
- _NextcloudBasic.__init__ (covers Nextcloud and NextcloudApp)
- TalkBot.__init__
- nc_app and talk_bot_msg sync dependency injectors
- sync branches of set_handlers (enabled_handler, trigger_handler)
Convert README skeleton app and all client examples to async.
0 commit comments