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 c5a3a8f commit d4f3905Copy full SHA for d4f3905
tests/test_swagger_openapi_v3.py
@@ -2,7 +2,7 @@
2
3
from pydantic import Field
4
5
-from openapi_pydantic import OpenAPI, Operation, PathItem
+from openapi_pydantic.v3.v3_0_3 import OpenAPI, Operation, PathItem
6
7
8
def test_swagger_openapi_v3() -> None:
0 commit comments