How to disable ___check_obj_id guards on dict?

Hi,

This is a fairly simple question but I have a global imported dict that I know will never change, but is quite large. This causes the majority of dynamo guards to check obj ids in the dict since dynamo doesn’t seem to know that it is immutable. Is there any way to mark a dict as immutable to dynamo or manually disable the guards on it?