| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.3.0 source code.tar.gz | 2023-12-10 | 400.2 kB | |
| 1.3.0 source code.zip | 2023-12-10 | 442.4 kB | |
| README.md | 2023-12-10 | 1.1 kB | |
| Totals: 3 Items | 843.7 kB | 0 | |
What's Changed
- fix: flask import of _endpoint_from_view_func - issue [#567] by @Ryu-CZ in https://github.com/python-restx/flask-restx/pull/572
- fix: BaseResponse import - replace wekzeug import version by importlib (#573) by @Ryu-CZ in https://github.com/python-restx/flask-restx/pull/575
- Add flask 2 (<3.0) and flask 3 (>=3.0) to test matrix and do not fast fail by @foarsitter in https://github.com/python-restx/flask-restx/pull/577
- Python 3.12 by @foarsitter in https://github.com/python-restx/flask-restx/pull/563
- Fix wrong status code and message on responses when handling
HTTPExceptions by @lkk7 in https://github.com/python-restx/flask-restx/pull/570 - Prepare release 1.3.0 by @peter-doggart in https://github.com/python-restx/flask-restx/pull/584
New Contributors
- @Ryu-CZ made their first contribution in https://github.com/python-restx/flask-restx/pull/572
- @lkk7 made their first contribution in https://github.com/python-restx/flask-restx/pull/570
Full Changelog: https://github.com/python-restx/flask-restx/compare/1.2.0...1.3.0