Skip to content

Commit 8af0900

Browse files
committed
Explicitly export PYDANTIC_V2
1 parent 747a687 commit 8af0900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi_pydantic/compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def min_length_arg(min_length: int) -> MinLengthArg:
101101

102102

103103
__all__ = [
104+
"PYDANTIC_V2",
104105
"Literal",
105106
"ConfigDict",
106107
"JsonSchemaMode",

0 commit comments

Comments
 (0)