|
|
|
@ -4,7 +4,7 @@ from fastapi.testclient import TestClient |
|
|
|
from inline_snapshot import snapshot |
|
|
|
from pydantic import BaseModel |
|
|
|
|
|
|
|
from tests.utils import needs_pydanticv2, needs_py310 |
|
|
|
from tests.utils import needs_py310, needs_pydanticv2 |
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(name="client") |
|
|
|
|