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 e4fb375 commit 7c8f9b5Copy full SHA for 7c8f9b5
HISTORY.md
@@ -15,6 +15,9 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
15
16
- Fix an `AttributeError` in `cattrs` internals that could be triggered by using the `include_subclasses` strategy in a `structure_hook_factory`
17
([#721](https://github.com/python-attrs/cattrs/issues/721), [#722](https://github.com/python-attrs/cattrs/pull/722))
18
+- Add `CattrsError` exception type: all exceptions raised by `cattrs` inherit from this
19
+ ([#728](https://github.com/python-attrs/cattrs/pull/728))
20
+ - Literal and date-time validation raise this directly, instead of `Exception`
21
22
## 26.1.0 (2026-02-18)
23
0 commit comments