ID                                          Status     Kind        Target                                                   Since   Removal  Replacement
------------------------------------------  ---------  ----------  -------------------------------------------------------  ------  -------  --------------------------------------------------------------------------------------------------------------
format.default-formatters                   active     behavior    Default formatters                                       0.52.0  TBD      Set formatters explicitly, for example black and isort or builtin.
behavior.pydantic-v2-use-annotated-default  active     behavior    Pydantic v2 default for --use-annotated                  0.52.1  TBD      Explicitly pass --use-annotated or --no-use-annotated.
behavior.remote-ref-default                 active     behavior    Remote $ref fetching without --allow-remote-refs         0.56.0  TBD      Pass --allow-remote-refs for trusted remote schemas, or --no-allow-remote-refs to block HTTP(S) $ref fetching.
cli.allow-extra-fields                      active     cli-option  --allow-extra-fields                                     0.31.0  TBD      --extra-fields=allow
cli.parent-scoped-naming                    active     cli-option  --parent-scoped-naming                                   0.48.0  TBD      --naming-strategy parent-prefixed
cli.set-default-enum-member                 scheduled  cli-option  --set-default-enum-member                                0.76.0  TBD      --deserialize-default-values enum
cli.validation                              active     cli-option  --validation                                             0.24.0  TBD      --field-constraints
config.json-config-strict-validation        active     config      JSON configuration values accepted by legacy validation  0.64.2  TBD      Update the JSON configuration to match --output-format-json-schema config.
config.yaml-non-lowercase-bool              active     config      YAML bool values True, False, TRUE, FALSE                0.48.0  TBD      Use lowercase true or false.
dependency.black-minimum                    active     dependency  Black <24.3.0                                            0.78.0  TBD      Upgrade Black to >=24.3.0 before the later support change.
dependency.external-formatters-optional     active     dependency  Black/isort installation                                 0.78.0  TBD      Declare the black/isort extras for the external formatters you select.
dependency.pydantic-runtime-minimum         active     dependency  DCG runtime Pydantic <2.8.2                              0.78.0  TBD      Upgrade DCG runtime Pydantic to >=2.8.2; generated-code targets are unchanged.
dependency.isort-minimum                    active     dependency  isort <6                                                 0.78.0  TBD      Upgrade isort to >=6,<9 before the later support change.
python-api.python-version-has-type-alias    active     python-api  PythonVersion.has_type_alias                             0.52.1  TBD      -
schema.jsonschema-items-array               active     schema      JSON Schema Draft 2020-12 items array tuple validation   0.53.0  TBD      Use prefixItems.
schema.openapi-nullable                     active     schema      OpenAPI 3.1 nullable keyword                             0.53.0  TBD      Use type arrays such as type: ["string", "null"].
