Skip to content

Commit f2e7492

Browse files
committed
Add a missing param
1 parent 111014b commit f2e7492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ from openapi_pydantic.compat import PYDANTIC_V2
8585

8686
# Construct OpenAPI from dict, inferring the correct schema version
8787
open_api = parse_obj({
88+
"openapi": "3.1.0",
8889
"info": {"title": "My own API", "version": "v0.0.1"},
8990
"paths": {
9091
"/ping": {

0 commit comments

Comments
 (0)