From 019bc638a33c8bcc9d6f1b25e57ca2eeb0a0f964 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 14 Jun 2023 12:33:20 +0100 Subject: [PATCH] Brackets --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4e03196e..0ee71b56 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,7 +9,7 @@ - Optimize and improve unstructuring of `Optional` (unions of one type and `None`). ([#380](https://github.com/python-attrs/cattrs/issues/380) [#381](https://github.com/python-attrs/cattrs/pull/381)) - Fix `format_exception` and `transform_error` type annotations. -- Improve the implementation of `cattrs._compat.is_typeddict`. The implementation is now simpler, and relies on fewer private implementation details from `typing` and typing_extensions. [#384](https://github.com/python-attrs/cattrs/pull/384) +- Improve the implementation of `cattrs._compat.is_typeddict`. The implementation is now simpler, and relies on fewer private implementation details from `typing` and typing_extensions. ([#384](https://github.com/python-attrs/cattrs/pull/384)) ## 23.1.2 (2023-06-02)