sumebrius
sumebrius
## What type of PR is this? (check all applicable) * [ ] Refactor * [x] Feature * [ ] Bug Fix * [ ] Optimization * [x] Documentation Update...
The documentation contains several examples of declaring optional fields within a Schema by simply providing a default value. However pydantic2 requires these fields to be explicitly typed as `Optional` Instances...
When using nested routers, any tags added to a router that isn't the immediate parent of an operation are not added to the operation. With the example below, the operation...