File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 2025/03/xx Version 13.0.0
4
-
5
- - Fixed type checking with ` mypy ` and ` pyright `
6
- - Dropped support for Python 3.8, 3.9 and 3.10
7
- - Export ` Handler ` in ` pyee/__init__.py `
3
+ ## 2025/03/17 Version 13.0.0
4
+
5
+ - Type checking improvements
6
+ - Introduce overloads for ` ee.on `
7
+ - Add ` None ` return type for functions as appropriate
8
+ - Type ` self ` as ` Any ` in all methods
9
+ - Local and CI tasks for type checking with ` mypy `
10
+ - ` mypy ` type checking passes
11
+ - ` pyright ` type checking passes
12
+ - Removed conditional import of ` iscoroutine `
13
+ - This was implemented to support Python 3.3, which was dropped long ago
14
+ - Removed type stub for ` twisted.python.Failure `
15
+ - This was to address a typing issue in unsupported versions of Twisted
16
+ - Export ` Handler ` type in ` pyee/__init__.py `
8
17
9
18
## 2024/11/16 Version 12.1.1
10
19
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " pyee"
7
- version = " 12.1.1 "
7
+ version = " 13.0.0 "
8
8
authors = [
9
9
{name = " Josh Holbrook" , email = " josh.holbrook@gmail.com" }
10
10
]
You can’t perform that action at this time.
0 commit comments