Hello, I have a question regarding the versions that should be used with different Frappe applications. My use case: I am trying to install the Healthcare application alongside ERPNext on a new development site. The version of ERPNext I have is a few months old. During the installation process, it seems to throw a compatibility issue. Specifically:
ImportError: Module import failed for Therapy Session, the DocType you're trying to open might be deleted. Error: cannot import name 'ItemDetailsCtx' from 'erpnext.stock.get_item_details'
I would like to know if there is any file or convention that indicates, when an application depends on another, which specific version is required.
Thank you very much for your time.