Skip to content

Commit ed5ee71

Browse files
committed
Add changelog entry
1 parent 4a0d76a commit ed5ee71

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Unreleased
2+
3+
- Raise `TypeError` when attempting to subclass `typing_extensions.ParamSpec` on
4+
Python 3.9. The `typing` implementation has always raised an error, and the
5+
`typing_extensions` implementation has raised an error on Python 3.10+ since
6+
`typing_extensions` v4.6.0. Patch by Brian Schubert.
7+
18
# Release 4.15.0rc1 (August 18, 2025)
29

310
- Add the `@typing_extensions.disjoint_base` decorator, as specified

0 commit comments

Comments
 (0)