Whack-a-mole on the --no-deps install: after typer's deps (click, shellingham, annotated-doc, rich, etc.) the next module hit is pydantic_core, which lives in a separate wheel from pydantic and so is NOT installed when `pydantic` itself is installed --no-deps. Pin pydantic-core and annotated-types (pydantic's other dep tree member) so the import chain works on a fresh windows-latest venv. |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||