pysha3 is deprecated and does not build correctly in Python 3.11. It should be replaced with a maintained alternative such as pycryptodome. Some call sites for pysha3 in the optik codebase are: * https://github.com/crytic/optik/blob/05e9fd823f2715eae1e75cce0d65976ad76b27e3/optik/common/util.py#L236 * https://github.com/crytic/optik/blob/05e9fd823f2715eae1e75cce0d65976ad76b27e3/optik/common/abi.py#L399