File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 autoupdate_commit_msg : " :arrow_up: auto update by pre-commit hooks"
88repos :
99 - repo : https://github.com/astral-sh/ruff-pre-commit
10- rev : v0.7.2
10+ rev : v0.8.1
1111 hooks :
1212 - id : ruff
1313 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change 1414PYDANTIC_V2 = int (VERSION .split ("." , 1 )[0 ]) == 2
1515
1616__all__ = (
17- "Required" ,
18- "PydanticUndefined" ,
19- "PydanticUndefinedType" ,
20- "ConfigDict" ,
2117 "DEFAULT_CONFIG" ,
18+ "ConfigDict" ,
2219 "FieldInfo" ,
2320 "ModelField" ,
21+ "PydanticUndefined" ,
22+ "PydanticUndefinedType" ,
23+ "Required" ,
2424 "extract_field_info" ,
25- "model_field_validate" ,
26- "model_fields" ,
2725 "model_config" ,
2826 "model_dump" ,
29- "type_validate_python" ,
27+ "model_field_validate" ,
28+ "model_fields" ,
3029 "type_validate_json" ,
30+ "type_validate_python" ,
3131)
3232
3333
You can’t perform that action at this time.
0 commit comments