Skip to content

Commit d21b7a9

Browse files
committed
Bump typing_extensions
1 parent 8d0856e commit d21b7a9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
1818
([#577](https://github.com/python-attrs/cattrs/pull/577))
1919
- Add a [Migrations](https://catt.rs/latest/migrations.html) page, with instructions on migrating changed behavior for each version.
2020
([#577](https://github.com/python-attrs/cattrs/pull/577))
21+
- Python 3.13 is now supported.
22+
([#543](https://github.com/python-attrs/cattrs/pull/543) [#547](https://github.com/python-attrs/cattrs/issues/547))
2123

2224
## 24.1.2 (2024-09-22)
2325

pdm.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ authors = [
4343
]
4444
dependencies = [
4545
"attrs>=23.1.0",
46-
"typing-extensions>=4.1.0, !=4.6.3; python_version < '3.11'",
46+
"typing-extensions>=4.12.2",
4747
"exceptiongroup>=1.1.1; python_version < '3.11'",
4848
]
4949
requires-python = ">=3.8"

0 commit comments

Comments
 (0)