File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,19 @@ on the Changelog!
3333 Bug Fixes
3434~~~~~~~~~
3535
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+
3649::
3750
3851 * Update Black to 2023 version [peter-doggart]
Original file line number Diff line number Diff line change @@ -189,7 +189,8 @@ Contributors
189189
190190Flask-RESTX is brought to you by @python-restx. Since early 2019 @SteadBytes,
191191@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.
193194Of course everyone is welcome to contribute and we will be happy to review your
194195PR's or answer to your issues.
195196
Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ Use With Blueprints
152152-------------------
153153
154154See :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.
156157
157158.. code-block :: python
158159
Original file line number Diff line number Diff line change 11{
22 "name" : " flask-restx" ,
3- "version" : " 0.5.1-dev1 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " Fully featured framework for fast, easy and documented API development with Flask" ,
55 "repository" : " python-restx/flask-restx" ,
66 "keywords" : [
1010 "author" : " python-restx authors" ,
1111 "license" : " BSD-3-Clause" ,
1212 "dependencies" : {
13- "swagger-ui-dist" : " ^3.48 .0" ,
13+ "swagger-ui-dist" : " ^4.15 .0" ,
1414 "typeface-droid-sans" : " 0.0.40"
1515 }
1616}
You can’t perform that action at this time.
0 commit comments