зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
8 строки
220 B
Plaintext
8 строки
220 B
Plaintext
https://docs.pydantic.dev/latest/
|
|
|
|
https://fastapi.tiangolo.com/tutorial/query-params-str-validations/
|
|
https://fastapi.tiangolo.com/tutorial/extra-data-types/
|
|
|
|
from typing import Annotated
|
|
from pydantic import BaseModel
|