You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
Version 1.0.15
2
+
- Fixes a bug in setup.py where the distribution exports the package tests along with the actual library.
3
+
- Latest js-yaml fixes security issue related to https://www.npmjs.com/advisories/813
4
+
- Added logic that checks whether the route.method is * or contains a single method. When the latter is the case only the method that is specified will be added to the Swagger UI.
5
+
- In the tests I replaced test_clientby aiohttp_client, as the test_client is deprecated since python 3.8.
0 commit comments