File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Version history
3
3
4
4
This library adheres to `Semantic Versioning 2.0 <http://semver.org/ >`_.
5
5
6
+ **3.6.2 **
7
+
8
+ - Pinned Trio to < 0.22 to avoid incompatibility with AnyIO's ``ExceptionGroup `` class
9
+ causing ``AttributeError: 'NonBaseMultiError' object has no attribute '_exceptions' ``
10
+ (AnyIO 4 is unaffected)
11
+
6
12
**3.6.1 **
7
13
8
14
- Fixed exception handler in the asyncio test runner not properly handling a context
Original file line number Diff line number Diff line change 52
52
trustme
53
53
uvloop < 0.15; python_version < '3.7' and (platform_python_implementation == 'CPython' and platform_system != 'Windows')
54
54
uvloop >= 0.15; python_version >= '3.7' and (platform_python_implementation == 'CPython' and platform_system != 'Windows')
55
- trio = trio >= 0.16
55
+ trio = trio >= 0.16, < 0.22
56
56
doc =
57
57
packaging
58
58
sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments