|
@ -672,7 +672,7 @@ async def solve_dependencies( |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if PYDANTIC_V2: |
|
|
if PYDANTIC_V2: |
|
|
if sys.hexversion >= 0x30A00000: |
|
|
if sys.hexversion >= 0x30A0000: |
|
|
|
|
|
|
|
|
def _allows_none(field: ModelField) -> bool: |
|
|
def _allows_none(field: ModelField) -> bool: |
|
|
origin = get_origin(field.type_) |
|
|
origin = get_origin(field.type_) |
|
|