Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/md/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Upcoming changes for OpenAPI 3.0 would be:

- version changes to: `1.0.0`, if you need a stabler version, please use `pyswagger<1.0.0` in pip's requirement file.
- most logic would be divided to this [repo](https://github.com/mission-liao/pyopenapi) and **pyswagger** would only contains code related to 'making reuqests' (just like what gophers did in [go-openapi](https://github.com/go-openapi))
- most logic would be divided to this [repo](https://github.com/mission-liao/pyopenapi) and **pyswagger** would only contains code related to 'making requests' (just like what gophers did in [go-openapi](https://github.com/go-openapi))
- **$ref** would not be normalized anymore. Every field from API spec would be left unchanged and create another field for patched version.