|
1 | 1 | Traceback (most recent call last): |
2 | 2 | File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/bin/oe-python-template-example", line 4, in <module> |
3 | 3 | from oe_python_template_example.cli import cli |
4 | | - File "/Users/helmut/Code/oe-python-template-example/src/oe_python_template_example/cli.py", line 13, in <module> |
5 | | - from oe_python_template_example.api import api_v1, api_v2 |
6 | | - File "/Users/helmut/Code/oe-python-template-example/src/oe_python_template_example/api.py", line 16, in <module> |
7 | | - from fastapi import Depends, FastAPI, Response, status |
8 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/fastapi/__init__.py", line 7, in <module> |
9 | | - from .applications import FastAPI as FastAPI |
10 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/fastapi/applications.py", line 16, in <module> |
11 | | - from fastapi import routing |
12 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/fastapi/routing.py", line 34, in <module> |
13 | | - from fastapi.dependencies.models import Dependant |
14 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/fastapi/dependencies/models.py", line 5, in <module> |
15 | | - from fastapi.security.base import SecurityBase |
16 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/fastapi/security/__init__.py", line 1, in <module> |
17 | | - from .api_key import APIKeyCookie as APIKeyCookie |
18 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/fastapi/security/api_key.py", line 6, in <module> |
19 | | - from starlette.requests import Request |
20 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/starlette/requests.py", line 12, in <module> |
21 | | - from starlette.formparsers import FormParser, MultiPartException, MultiPartParser |
22 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/starlette/formparsers.py", line 17, in <module> |
23 | | - import python_multipart as multipart |
24 | | - File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/python_multipart/__init__.py", line 7, in <module> |
25 | | - from .multipart import ( |
26 | | - ...<7 lines>... |
27 | | - ) |
28 | | - File "<frozen importlib._bootstrap>", line 1360, in _find_and_load |
29 | | - File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked |
30 | | - File "<frozen importlib._bootstrap>", line 935, in _load_unlocked |
31 | | - File "<frozen importlib._bootstrap_external>", line 1022, in exec_module |
32 | | - File "<frozen importlib._bootstrap_external>", line 1155, in get_code |
33 | | - File "<frozen importlib._bootstrap_external>", line 784, in _compile_bytecode |
| 4 | + File "/Users/helmut/Code/oe-python-template-example/src/oe_python_template_example/cli.py", line 9, in <module> |
| 5 | + import yaml |
| 6 | + File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/yaml/__init__.py", line 8, in <module> |
| 7 | + from .loader import * |
| 8 | + File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/yaml/loader.py", line 8, in <module> |
| 9 | + from .constructor import * |
| 10 | + File "/Users/helmut/Code/oe-python-template-example/.nox/docs-3-13/lib/python3.13/site-packages/yaml/constructor.py", line 19, in <module> |
| 11 | + class BaseConstructor: |
| 12 | + ...<149 lines>... |
| 13 | + cls.yaml_multi_constructors[tag_prefix] = multi_constructor |
34 | 14 | KeyboardInterrupt |
0 commit comments