docs/changes/4.0.2.rst
.. falcon-release: 2024-11-06
This is a minor point release to fix some missed re-exports for type checkers. In addition, we have also included a couple of documentation improvements.
Running Mypy on code that uses parts of falcon.testing
would previously lead to errors like::
Name "falcon.testing.TestClient" is not defined
This has been fixed by explicitly exporting the names that are
imported into the falcon.testing namespace. (#2387 <https://github.com/falconry/falcon/issues/2387>__)
#2365 <https://github.com/falconry/falcon/issues/2365>__)Many thanks to those who contributed to this bugfix release:
AkshayAwate <https://github.com/AkshayAwate>__CaselIT <https://github.com/CaselIT>__chitvs <https://github.com/chitvs>__jap <https://github.com/jap>__vytas7 <https://github.com/vytas7>__