File tree 4 files changed +19
-4
lines changed
4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,19 @@ on the Changelog!
33
33
Bug Fixes
34
34
~~~~~~~~~
35
35
36
+ ::
37
+
38
+ * Update Swagger-UI to latest version to fix several security vulnerabiltiies. [peter-doggart]
39
+ * Add a warning to the docs that nested Blueprints are not supported. [peter-doggart]
40
+
41
+ .. _section-1.0.6 :
42
+ 1.0.6
43
+ -----
44
+
45
+ .. _bug_fixes-1.0.6
46
+ Bug Fixes
47
+ ~~~~~~~~~
48
+
36
49
::
37
50
38
51
* Update Black to 2023 version [peter-doggart]
Original file line number Diff line number Diff line change @@ -189,7 +189,8 @@ Contributors
189
189
190
190
Flask-RESTX is brought to you by @python-restx. Since early 2019 @SteadBytes,
191
191
@a-luna, @j5awry, @ziirish volunteered to help @python-restx keep the project up
192
- and running.
192
+ and running, they did so for a long time! Since the beginning of 2023, the project
193
+ is maintained by @peter-doggart with help from @ziirish.
193
194
Of course everyone is welcome to contribute and we will be happy to review your
194
195
PR's or answer to your issues.
195
196
Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ Use With Blueprints
152
152
-------------------
153
153
154
154
See :doc: `flask:blueprints ` in the Flask documentation for what blueprints are and why you should use them.
155
- Here's an example of how to link an :class: `Api ` up to a :class: `~flask.Blueprint `.
155
+ Here's an example of how to link an :class: `Api ` up to a :class: `~flask.Blueprint `. Nested Blueprints are
156
+ not supported.
156
157
157
158
.. code-block :: python
158
159
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flask-restx" ,
3
- "version" : " 0.5.1-dev1 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"description" : " Fully featured framework for fast, easy and documented API development with Flask" ,
5
5
"repository" : " python-restx/flask-restx" ,
6
6
"keywords" : [
10
10
"author" : " python-restx authors" ,
11
11
"license" : " BSD-3-Clause" ,
12
12
"dependencies" : {
13
- "swagger-ui-dist" : " ^3.48 .0" ,
13
+ "swagger-ui-dist" : " ^4.15 .0" ,
14
14
"typeface-droid-sans" : " 0.0.40"
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments