We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1176f81 + 032481c commit b9c9eb5Copy full SHA for b9c9eb5
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Fixed
11
12
-- Fixed typing extensions import https://github.com/Textualize/rich/issues/2979
+- Fixed typing extensions import in markdown https://github.com/Textualize/rich/issues/2979
13
14
## [13.4.0] - 2023-06-31
15
rich/markdown.py
@@ -5,7 +5,6 @@
5
6
from markdown_it import MarkdownIt
7
from markdown_it.token import Token
8
-from typing_extensions import get_args
if sys.version_info >= (3, 8):
from typing import get_args
0 commit comments