Falcon 4.1 is in development. The progress is tracked via the Version 4.1 milestone on GitHub.
Running mypy on code that uses parts of
falcon.testingnaively would lead to errors like:Name "falcon.testing.TestClient" is not defined
This has been fixed by explicitly exporting the names that are imported in the
falcon.testingnamespace. (#2387)
Many thanks to all of our talented and stylish contributors for this release!