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

Implement choices as Literal for PyDantic #1033

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

msopacua
Copy link

@msopacua msopacua commented Jan 2, 2024

Adds the ability to render choices as Literals, with a choices_exclude meta configuration to exclude fields that should not be literals.

- If the field has choices, create a Literal from the choices

chore:
- Temporarily disable mypy, because of the limited scope of pre-commit,
  mypy flags the changed function as untyped and this can't be ignored
  or suppressed
For possibly large fields (like all timezones) add the ability to
exclude some of the choice fields.
If we set the types to Literal, PyDantic must receive the literal
values, not the Enum instances.
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

Successfully merging this pull request may close these issues.

None yet

1 participant