Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue: Pydantic Field support #10

Open
25 of 28 tasks
tjprescott opened this issue Dec 13, 2023 · 0 comments
Open
25 of 28 tasks

Tracking issue: Pydantic Field support #10

tjprescott opened this issue Dec 13, 2023 · 0 comments

Comments

@tjprescott
Copy link
Owner

tjprescott commented Dec 13, 2023

TODO

  • default_factory
  • examples
  • json_schema_extra

SUPPORTED THROUGH @field

  • validate_default
  • title
  • repr
  • alias
  • validation_alias
  • serialization_alias
  • multiple_of
  • allow_inf_nan
  • max_digits
  • decimal_places
  • init_var
  • kw_only
  • strict
  • exclude

SUPPORTED

  • default
  • description
  • frozen
  • min_length
  • max_length
  • pattern
  • ge
  • gt
  • le
  • lt
  • discriminator
@tjprescott tjprescott pinned this issue Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant