After upgrading to python3.14, with strict asyncio in 3.14, ib_insync will have asyncio error.
ibstore.ib.connect
File "/usr/lib/python3.14/asyncio/timeouts.py", line 88, in aenter
raise RuntimeError("Timeout should be used inside a task")
RuntimeError: Timeout should be used inside a task