File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ wrapt_timeout_decorator
22=======================
33
44
5- Version v1.4.1 as of 2024-02-27 see `Changelog `_
5+ Version v1.5.0 as of 2024-02-27 see `Changelog `_
66
77
88.. include :: ./badges.rst
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.5.0
5+ ---------
6+ 2024-02-27:
7+ - thanks to `Alberto Ornaghi: <https://github.com/alor >`_
8+ - parameter ``dec_mp_reset_signals ``
9+ - restores the default behavior of signal handlers on multiprocessing ``fork ``
10+ - suitible especially for ``FastAPI `` and ``Uvicorn ``
11+
412v1.4.1
513---------
6142024-01-10:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ wrapt_timeout_decorator
22=======================
33
44
5- Version v1.4.1 as of 2024-02-27 see `Changelog `_
5+ Version v1.5.0 as of 2024-02-27 see `Changelog `_
66
77|build_badge | |codeql | |license | |jupyter | |pypi |
88|pypi-downloads | |black | |codecov | |cc_maintain | |cc_issues | |cc_coverage | |snyk |
@@ -992,6 +992,14 @@ This software is licensed under the `MIT license <http://en.wikipedia.org/wiki/M
992992Changelog
993993=========
994994
995+ v1.5.0
996+ ---------
997+ 2024-02-27:
998+ - thanks to `Alberto Ornaghi: <https://github.com/alor >`_
999+ - parameter ``dec_mp_reset_signals ``
1000+ - restores the default behavior of signal handlers on multiprocessing ``fork ``
1001+ - suitible especially for ``FastAPI `` and ``Uvicorn ``
1002+
9951003v1.4.1
9961004---------
99710052024-01-10:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
3434 " psutil" ,
3535 " wrapt" ,
3636]
37- version = " v1.4.1 "
37+ version = " v1.5.0 "
3838# seems to be not allowed anymore
3939# zip-save = false
4040
Original file line number Diff line number Diff line change 22
33name = 'wrapt_timeout_decorator'
44title = 'The better timout decorator'
5- version = 'v1.4.1 '
5+ version = 'v1.5.0 '
66url = 'https://github.com/bitranox/wrapt_timeout_decorator'
77author = 'Robert Nowotny'
88author_email = 'bitranox@gmail.com'
@@ -16,7 +16,7 @@ def print_info() -> None:
1616
1717 The better timout decorator
1818
19- Version : v1.4.1
19+ Version : v1.5.0
2020 Url : https://github.com/bitranox/wrapt_timeout_decorator
2121 Author : Robert Nowotny
2222 Email : bitranox@gmail.com""" )
You can’t perform that action at this time.
0 commit comments