In typeddict mode (alpha) <img width="939" height="111" alt="Image" src="https://github.com/user-attachments/assets/709ed06d-4531-44bc-ae85-d1ac1785fd2f" /> we make enums literals in types.py, but <img width="511" height="103" alt="Image" src="https://github.com/user-attachments/assets/cbd7e977-4e7b-4436-8c56-d85d15af9956" /> we also still try to import the enum from _enums.py as well because it is being used like so in inline def: <img width="1304" height="467" alt="Image" src="https://github.com/user-attachments/assets/0f277da0-33be-4cd9-ae56-5e88805e5492" />
In typeddict mode (alpha)
we also still try to import the enum from _enums.py as well because it is being used like so in inline def: