Dash Dependencies

Is from dash.dependencies import Event, state are working in the latest version?
Because I can’t import the event module.

Traceback (most recent call last):
File “/home/ragul/Desktop/sql.py”, line 7, in
from dash.dependencies import Input, Output, Event
ImportError: cannot import name ‘Event’

This was removed in 0.36.0 - dash/CHANGELOG.md at master · plotly/dash · GitHub

Thanks for the answer

Then, how can we update the data live through database in the updated version without “Event”