Skip to content

Commit d4f3905

Browse files
committed
fix: Use correct version in test.
1 parent c5a3a8f commit d4f3905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_swagger_openapi_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pydantic import Field
44

5-
from openapi_pydantic import OpenAPI, Operation, PathItem
5+
from openapi_pydantic.v3.v3_0_3 import OpenAPI, Operation, PathItem
66

77

88
def test_swagger_openapi_v3() -> None:

0 commit comments

Comments
 (0)