Skip to content

Commit

Permalink
Support use_enum_values in ConfigDict (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro10 authored Nov 7, 2024
1 parent 34654ad commit e208c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datamodel_code_generator/model/pydantic_v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ConfigDict(_BaseModel):
arbitrary_types_allowed: Optional[bool] = None
protected_namespaces: Optional[Tuple[str, ...]] = None
regex_engine: Optional[str] = None
use_enum_values: Optional[bool] = None


__all__ = [
Expand Down

0 comments on commit e208c0a

Please sign in to comment.