docs: add v5 migration guide

This commit is contained in:
2026-07-11 08:51:21 -04:00
parent c0d5bf8944
commit c4ab6ef87c
4 changed files with 151 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Configure the CLI in your `pyproject.toml`:
```toml
[tool.fastapi-toolsets]
cli = "myapp.cli:cli" # Custom Typer app
custom_cli = "myapp.cli:cli" # Custom Typer app
fixtures = "myapp.fixtures:registry" # FixtureRegistry instance
db_context = "myapp.db:db_context" # Async context manager for sessions
```