cgi and cgitb modules have been deprecated since Python 3.11 and are completely removed in Python 3.13.
https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-pep594
This is causing `ModuleNotFoundError: No module named 'cgi' when importing json_ref_dict/loader.py in Python 3.13.
cgiandcgitbmodules have been deprecated since Python 3.11 and are completely removed in Python 3.13.https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-pep594
This is causing `ModuleNotFoundError: No module named 'cgi' when importing json_ref_dict/loader.py in Python 3.13.