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 f799055 commit 43fae0fCopy full SHA for 43fae0f
CHANGELOG
@@ -1,3 +1,15 @@
1
+Version 2022.04.26:
2
+
3
+Updates:
4
+* Enable --enable-typed-dicts by default.
5
6
+Bug fixes:
7
+* Preserve the full name of imported TypedDicts.
8
+* Stop dropping TypedDict annotations from local assignments.
9
+* Don't mark fields of anonymous namedtuple parents as ClassVars.
10
+* Instantiate imported TypedDicts to typed_dict.TypedDict, not Instance.
11
+* Fix more typeshed circular dependency issues.
12
13
Version 2022.04.22:
14
15
Updates:
pytype/__version__.py
@@ -1,2 +1,2 @@
# pylint: skip-file
-__version__ = '2022.04.22'
+__version__ = '2022.04.26'
0 commit comments