We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
regex_engine
validate_core_schema
1 parent 8bbfb33 commit 8e66bd9Copy full SHA for 8e66bd9
python/pydantic_core/core_schema.py
@@ -106,6 +106,7 @@ class CoreConfig(TypedDict, total=False):
106
hide_input_in_errors: bool
107
validation_error_cause: bool # default: False
108
coerce_numbers_to_str: bool # default: False
109
+ regex_engine: Literal['rust-regex', 'python-re'] # default: 'rust-regex'
110
111
112
IncExCall: TypeAlias = 'set[int | str] | dict[int | str, IncExCall] | None'
0 commit comments