Skip to content

Commit

Permalink
Fix default in function.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed Jun 25, 2023
1 parent c97486d commit 5901b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inducoapi/inducoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def build_openapi(
reference: bool = False,
title: str = "Generated by InducOapi",
version: str = "v1",
openapi_version: str = "3.0.0",
openapi_version: str = "3.1.0",
) -> Dict:
"""
Builds a dict containing a valid OpenAPI description document.
Expand Down

0 comments on commit 5901b10

Please sign in to comment.