Python 3.14 implements deferred evaluation of type annotations. It also imposes some new syntax restrictions on type annotations. In particular, it doesn't allow walrus operators or await keywords in ...
Please see log output below (repo path replaced with '...') . Is this using invalid syntax for Python 3.6.8? Note I am not able to control what version of Python is ...