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.
1 parent 14be31d commit e854743Copy full SHA for e854743
openapi_pydantic/compat.py
@@ -91,7 +91,7 @@ class MinLengthArg(TypedDict):
91
def min_length_arg(min_length: int) -> MinLengthArg:
92
return {"min_length": min_length}
93
94
- # Create V1 stubs, These should not be used when PYDANTIC_V2 is true.
+ # Create V1 stubs. These should not be used when PYDANTIC_V2 is true.
95
Extra = None
96
v1_schema = None
97
0 commit comments