Getting Watchdog error on bench start

Hi Team,
We are migrating from 13 to 14 and when starting the bench getting the below error.

While upgrading the version from v-13 to v-14 it got switched but bench is not getting started
ImportError: cannot import name ‘EVENT_TYPE_OPENED’ from ‘watchdog.events’ (/home/anisha/erpnext_projects/test/frappe-bench/env/lib/python3.10/site-packages/watchdog/events.py)

Hi!
I had the same problem, but in a development environment. If you’re migrating, make sure your app is also up to date.
I solved it by reinstalling each app:

env/bin/pip install -e apps/frappe -e apps/erpnext

You can follow this guide for more information:
How to Upgrade Python 3.10