Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
falcon-4.0.2.tar.gz | 2024-11-06 | 630.1 kB | |
4.0.2 source code.tar.gz | 2024-11-06 | 1.2 MB | |
4.0.2 source code.zip | 2024-11-06 | 1.3 MB | |
README.md | 2024-11-06 | 898 Bytes | |
Totals: 4 Items | 3.1 MB | 1 |
Falcon 4.0.2 is a minor point release (following the major Falcon 4.0.0 release, and Falcon 4.0.1 bugfix) to fix some missed re-exports for type checkers. In addition, we have also included a couple of documentation improvements.
:snake: Falcon 4.0.2 on PyPI
Fixed
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)
Misc
The printable PDF version of our documentation was enabled on Read the Docs. (#2365)