When I try to run ChatDev with the following command: `python3 run.py --task "[make a simple Snake Game game]" --name "[Snake_Game]"` I get this error: Traceback (most recent call last): ``` ... TypeError: __init__() got an unexpected keyword argument 'annotations' ``` After this, the execution stops with: `tenacity.RetryError: RetryError[<Future at ... state=finished raised TypeError>]`