diff --git a/.gitignore b/.gitignore index ea59eb5a..4b1d89cf 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ test_stage6_interactive.ipynb # Secrets / local config .env + +# python +.venv diff --git a/materials/ws/notebooks/00/introduction_to_context_engineering.ipynb b/materials/ws/notebooks/00/introduction_to_context_engineering.ipynb index e8810e6c..1c9f88c7 100644 --- a/materials/ws/notebooks/00/introduction_to_context_engineering.ipynb +++ b/materials/ws/notebooks/00/introduction_to_context_engineering.ipynb @@ -39,7 +39,7 @@ "---\n", "Visually, context can contain something like this:\n", "\n", - "\n" + "\n" ] }, { @@ -1040,7 +1040,7 @@ "\n", "That remaining space (111,900) might look comforting but remember this is just one turn. \n", "\n", - "\n", + "\n", "\n", "\n", "- Our inputs will likely only grow longer (especially around conversation history), and as they do models have a harder time producing effective results.\n", @@ -1060,7 +1060,7 @@ "4. **Placement & structure matter**: Models attend unevenly across the window; key facts can be missed when buried. We should surface essentials early, chunk clearly, and summarize instead of pasting raw dumps. \n", "\n", "\n", - "\n", + "\n", "\n", "**Figure**: Performance degradation with context length. \n", "*Source: Adapted from \"Many-Shot In-Context Learning in Multimodal Foundation Models\" \n", @@ -1084,7 +1084,7 @@ "## Other Challenges\n", "\n", "\n", - "\n", + "\n", "\n", "While managing the size of your context window is critical, simply fitting everything in isn't the only hurdle. As D. Breunig highlights in [How Contexts Fail (and How to Fix Them)](https://www.dbreunig.com/2025/06/22/how-contexts-fail-and-how-to-fix-them.html), there are several other ways that context can degrade the performance of your agent, even when you are well within the token limits.\n", "\n", diff --git a/materials/ws/notebooks/01/baseline_rag.ipynb b/materials/ws/notebooks/01/baseline_rag.ipynb index cba53c57..065345d3 100755 --- a/materials/ws/notebooks/01/baseline_rag.ipynb +++ b/materials/ws/notebooks/01/baseline_rag.ipynb @@ -87,15 +87,9 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 4, "id": "a0db6228", "metadata": { - "execution": { - "iopub.execute_input": "2026-03-25T21:04:00.750354Z", - "iopub.status.busy": "2026-03-25T21:04:00.750287Z", - "iopub.status.idle": "2026-03-25T21:04:00.754010Z", - "shell.execute_reply": "2026-03-25T21:04:00.753605Z" - }, "tags": [ "setup" ] @@ -147,15 +141,9 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 5, "id": "5c77682a", "metadata": { - "execution": { - "iopub.execute_input": "2026-03-25T21:04:00.755153Z", - "iopub.status.busy": "2026-03-25T21:04:00.755099Z", - "iopub.status.idle": "2026-03-25T21:04:23.454720Z", - "shell.execute_reply": "2026-03-25T21:04:23.454401Z" - }, "tags": [ "setup" ] @@ -169,6217 +157,68 @@ ] }, { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "cb3a63c08e0e4333aa31362728193469", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "Output()" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle:
Exception in callback Task.__step()\n", - "handle: <Handle Task.__step()>\n", - "Traceback (most recent call last):\n", - " File \n", - "\"/Users/nitin.kanukolanu/.local/share/uv/python/cpython-3.13.7-macos-aarch64-none/lib/python3.13/asyncio/events.py\"\n", - ", line 89, in _run\n", - " self._context.run(self._callback, *self._args)\n", - " ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", - "RuntimeError: cannot enter context: <_contextvars.Context object at 0x108657e00> is already entered\n", - "\n" - ], - "text/plain": [ - "Exception in callback Task.__step()\n", - "handle: