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 111014b commit f2e7492Copy full SHA for f2e7492
README.md
@@ -85,6 +85,7 @@ from openapi_pydantic.compat import PYDANTIC_V2
85
86
# Construct OpenAPI from dict, inferring the correct schema version
87
open_api = parse_obj({
88
+ "openapi": "3.1.0",
89
"info": {"title": "My own API", "version": "v0.0.1"},
90
"paths": {
91
"/ping": {
0 commit comments