Skip to content

Commit 2966ebe

Browse files
committed
Added note to README about supported OpenAPI versions. Closes #176
1 parent ec9e485 commit 2966ebe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
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

0 commit comments

Comments
 (0)