We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ec2f5 commit 2cdcd67Copy full SHA for 2cdcd67
CHANGELOG.md
@@ -1,11 +1,16 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Added
5
+- Support for 2023.1
6
+
7
+### Fixed
8
+- Incorrect `Literal` behavior with type hints
9
10
## [0.3.1] - 2022-10-02
-### Fixed
-- `TypedDict` subclasses being displayed as a regular dict in type hints
-- Several bugs around `async` functions with type hints
11
12
+- `TypedDict` subclasses being displayed as a regular dict in type hints
13
+- Several bugs around `async` functions with type hints
14
- Other minor type hints corrections
15
16
## [0.3.0] - 2022-09-25
0 commit comments