## Breaking Changes Drop support for 3.7 (EOL) and 3.8 (EOL later this year) ## Bugfixes * Better type annotations * When reading fixed data, if `exact` was true the error message would be one byte off when saying how much it expected to read. * `__qualname__` is used for classes in error messages instead of `__name__`. This will only change the output of nested classes. ## New Features * New mapping proxies allow you to use a Struct exactly as you would a dict. * `Annotated` now supported * 3.13 support ## Other Changes * Stop using `pkg_resources` * Upgrade test dependencies * Switch to Ruff for linting and formatting
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dargueta and has received 0 comments.