async-evalInstalluv sync If not using PyCharm or PyDev, then specify "all-extras" install pydevd-pycharm:uv sync --dev --all-extras Run testsuv run pytest Usagefromasync_evalimportevalasyncdeffoo() ->int: return10print(eval("await foo()"))