File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
### Added
6
6
- Add ` v3.v3_0_3.util ` for users who still wants to use v3.0.3 OpenAPI with ` PydanticSchema `
7
7
8
+
8
9
## v1.2.0 - 2021-06-28
9
10
10
11
### Added
Original file line number Diff line number Diff line change @@ -279,8 +279,8 @@ Please refer to the following for more info:
279
279
280
280
### Use OpenAPI 3.0.3 instead of 3.1.0
281
281
282
- Some UI renderings (e.g. Swagger) still does not support OpenAPI 3.1.0,
283
- so user may still use the 3.0.3 version by importing from different paths:
282
+ Some UI renderings (e.g. Swagger) still do not support OpenAPI 3.1.0.
283
+ It is allowed to use the old 3.0.3 version by importing from different paths:
284
284
285
285
``` python
286
286
from openapi_schema_pydantic.v3.v3_0_3 import OpenAPI, ...
You can’t perform that action at this time.
0 commit comments