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 432b442 commit 23b0fefCopy full SHA for 23b0fef
1 file changed
HISTORY.md
@@ -9,6 +9,7 @@
9
If you're using these functions directly, the old behavior can be restored by passing in the desired values directly.
10
([#410](https://github.com/python-attrs/cattrs/issues/410) [#411](https://github.com/python-attrs/cattrs/pull/411))
11
- **Potentially breaking**: The default union structuring strategy will also use fields annotated as `typing.Literal` to help guide structuring.
12
+ See [here](https://catt.rs/en/latest/unions.html#default-union-strategy) for instructions on how to restore the old behavior.
13
([#391](https://github.com/python-attrs/cattrs/pull/391))
14
- Python 3.12 is now supported. Python 3.7 is no longer supported; use older releases there.
15
([#424](https://github.com/python-attrs/cattrs/pull/424))
0 commit comments