Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- 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.4.0] - 2023-06-31

Expand Down
1 change: 0 additions & 1 deletion rich/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from markdown_it import MarkdownIt
from markdown_it.token import Token
from typing_extensions import get_args

if sys.version_info >= (3, 8):
from typing import get_args
Expand Down