Colin

Results 1 issues of Colin

**Describe the bug** When using `—strict-types` and `--field-constraints` (or `--use-annotated`) together, the field constraints are not added to the Field. **To Reproduce** Example schema: ```yaml components: schemas: Timestamp: type: integer...