File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616- Properly remove spaces from generated Enum keys (#198 ). Thanks @bowenwr !
1717
18+ ### Added
19+
20+ - Note to README about supported OpenAPI versions (#176 ). Thanks @filippog !
21+
1822## 0.6.0 - 2020-09-21
1923
2024### Breaking Changes
Original file line number Diff line number Diff line change 77
88# openapi-python-client
99
10- Generate modern Python clients from OpenAPI
10+ Generate modern Python clients from OpenAPI 3.x documents.
11+
12+ _ This generator does not support OpenAPI 2.x FKA Swagger. If you need to use an older document, try upgrading it to
13+ version 3 first with one of many available converters._
1114
1215** This project is still in development and does not support all OpenAPI features**
1316
You can’t perform that action at this time.
0 commit comments