Bump exceptiongroup from 1.1.0 to 1.1.1
Bumps exceptiongroup from 1.1.0 to 1.1.1.
Changelog
Sourced from exceptiongroup's changelog.
Version history
This library adheres to
Semantic Versioning 2.0 <http://semver.org/>
_.1.1.1
- Worked around
CPython issue [#98778](https://github.com/agronholm/exceptiongroup/issues/98778) <https://github.com/python/cpython/issues/98778>
_,urllib.error.HTTPError(..., fp=None)
raisesKeyError
on unknown attribute access, on affected Python versions. (PR by Zac Hatfield-Dodds)1.1.0
- Backported upstream fix for gh-99553 (custom subclasses of
BaseExceptionGroup
that also inherit fromException
should not be able to wrap base exceptions)- Moved all initialization code to
__new__()
(thus matching Python 3.11 behavior)1.0.4
- Fixed regression introduced in v1.0.3 where the code computing the suggestions would assume that both the
obj
attribute ofAttributeError
is always available, even though this is only true from Python 3.10 onwards (#43; PR by Carl Friedrich Bolz-Tereick)1.0.3
- Fixed monkey patching breaking suggestions (on a
NameError
orAttributeError
) on Python 3.10 (#41; PR by Carl Friedrich Bolz-Tereick)1.0.2
- Updated type annotations to match the ones in
typeshed
1.0.1
- Fixed formatted traceback missing exceptions beyond 2 nesting levels of
__context__
or__cause__
1.0.0
- Fixed
AttributeError: 'PatchedTracebackException' object has no attribute '__cause__'
on Python 3.10 (only) when a traceback is printed from an exception where an exception group is set as the cause (#33)- Fixed a loop in exception groups being rendered incorrectly (#35)
- Fixed the patched formatting functions (
format_exception()
etc.) not passing thecompact=True
flag on Python 3.10 like the original functions do1.0.0rc9
... (truncated)
Commits
-
ba71464
Added the release version -
51c1bb9
Fixed formatting of news item -
95b7819
Work around CPython bug inHTTPError
(#58) -
5fbf14a
[pre-commit.ci] pre-commit autoupdate (#57) -
0208cdf
[pre-commit.ci] pre-commit autoupdate (#56) -
b863191
[pre-commit.ci] pre-commit autoupdate (#55) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@hifis-bot rebase
will rebase this MR -
@hifis-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts