pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
tests/test_openapi_unhashable_annotated.py
|
|
|
@ -1,8 +1,7 @@ |
|
|
|
from typing import Annotated |
|
|
|
|
|
|
|
from pydantic.fields import FieldInfo |
|
|
|
|
|
|
|
from fastapi._compat.v2 import ModelField, get_definitions |
|
|
|
from pydantic.fields import FieldInfo |
|
|
|
|
|
|
|
|
|
|
|
class UnhashableMetadata: |
|
|
|
|