@@ -21,21 +21,17 @@ Inspired
21
21
by *\ `aiohttp-swagger <https://github.com/cr0hn/aiohttp-swagger >`__\ *package
22
22
(based on this package sources). *
23
23
24
- +--------------------------------+------------------------------------+
25
- | Documentation | https://github.co |
26
- | | m/mrk-andreev/tornado-swagger/wiki |
27
- +================================+====================================+
28
- | Code | https://gith |
29
- | | ub.com/mrk-andreev/tornado-swagger |
30
- +--------------------------------+------------------------------------+
31
- | Issues | https://github.com/ |
32
- | | mrk-andreev/tornado-swagger/issues |
33
- +--------------------------------+------------------------------------+
34
- | Python version | Python 3.6, 3.7, 3.8, nightly |
35
- +--------------------------------+------------------------------------+
36
- | Swagger Language Specification | ht |
37
- | | tps://swagger.io/specification/v2/ |
38
- +--------------------------------+------------------------------------+
24
+ +--------------------------------+-------------------------------------------------------+
25
+ | Documentation | https://github.com/mrk-andreev/tornado-swagger/wiki |
26
+ +--------------------------------+-------------------------------------------------------+
27
+ | Code | https://github.com/mrk-andreev/tornado-swagger |
28
+ +--------------------------------+-------------------------------------------------------+
29
+ | Issues | https://github.com/mrk-andreev/tornado-swagger/issues |
30
+ +--------------------------------+-------------------------------------------------------+
31
+ | Python version | Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 nightly |
32
+ +--------------------------------+-------------------------------------------------------+
33
+ | Swagger Language Specification | https://swagger.io/specification/v2/ |
34
+ +--------------------------------+-------------------------------------------------------+
39
35
40
36
Installation
41
37
------------
@@ -113,6 +109,14 @@ APIs using Swagger show the Swagger-ui console ( default url /api/doc).
113
109
What’s new?
114
110
-----------
115
111
112
+
113
+ Version 1.4.2
114
+ ~~~~~~~~~~~~~
115
+
116
+ - Update dev requirements (fix broken packages)
117
+ - Update PyYAML from `PyYAML==5.4 ` to `PyYAML>=5.4 ` [issue-59](https://github.com/mrk-andreev/tornado-swagger/issues/59)
118
+ - Specify encoding in `tornado_swagger/setup.py::open `
119
+
116
120
Version 1.4.1
117
121
~~~~~~~~~~~~~
118
122
0 commit comments