File tree 2 files changed +8
-1
lines changed
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
15
15
16
16
- Properly remove spaces from generated Enum keys (#198 ). Thanks @bowenwr !
17
17
18
+ ### Added
19
+
20
+ - Note to README about supported OpenAPI versions (#176 ). Thanks @filippog !
21
+
18
22
## 0.6.0 - 2020-09-21
19
23
20
24
### Breaking Changes
Original file line number Diff line number Diff line change 7
7
8
8
# openapi-python-client
9
9
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._
11
14
12
15
** This project is still in development and does not support all OpenAPI features**
13
16
You can’t perform that action at this time.
0 commit comments