Skip to content

Commit 5ffdb2c

Browse files
committed
Add changelog
1 parent 4e4b0ce commit 5ffdb2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType` and a
44
`typing.TypeAliasType` on Python 3.12 and 3.13.
55
Patch by [Joren Hammudoglu](https://github.com/jorenham).
6+
- Backport from CPython PR [#132160](https://github.com/python/cpython/pull/132160)
7+
to avoid having user arguments shadowed in generated `__new__` by
8+
`@typing_extensions.deprecated`.
9+
Patch by [Victorien Plot](https://github.com/Viicos).
610

711
# Release 4.13.1 (April 3, 2025)
812

0 commit comments

Comments
 (0)