Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/.agents/skills/fastapi/SKILL.md
|
|
|
@ -545,7 +545,7 @@ When working with SQL databases, prefer using SQLModel as it is integrated with |
|
|
|
|
|
|
|
Do not use Pydantic `RootModel`, instead use regular type annotations with `Annotated` and Pydantic validation utilities. |
|
|
|
|
|
|
|
For example for a list with validations you could do: |
|
|
|
For example, for a list with validations you could do: |
|
|
|
|
|
|
|
```python |
|
|
|
from typing import Annotated |
|
|
|
|