We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e22d2 commit ea7cac4Copy full SHA for ea7cac4
CHANGELOG.md
@@ -27,6 +27,12 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
27
[#694](https://github.com/hynek/structlog/pull/694)
28
29
30
+### Fixed
31
+
32
+- Expose `structlog.dev.RichTracebackFormatter` for imports.
33
+ [#699](https://github.com/hynek/structlog/pull/699)
34
35
36
## [25.1.0](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) - 2025-01-16
37
38
### Added
src/structlog/dev.py
@@ -55,6 +55,7 @@
55
56
__all__ = [
57
"ConsoleRenderer",
58
+ "RichTracebackFormatter",
59
"better_traceback",
60
"plain_traceback",
61
"rich_traceback",
0 commit comments