File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 88
99- Support for Python 3.9 has been removed.
1010- Support for PyPy 3.9 has been removed.
11+ - **backfill from v4.3.0 ** Convert emitted events into Python `dataclass `, which introduces new constructors with required arguments.
12+ Instantiating these events without arguments, as previously commonly used API pattern, will no longer work.
13+
1114
1215**API Changes (Backward Compatible) **
1316
3134 The main Python API is compatible, but some previously valid requests/response headers might now be blocked.
3235 Use the `validate_inbound_headers ` config option if needed.
3336 Thanks to Sebastiano Sartor (sebsrt) for the report.
37+ - Convert emitted events into Python `dataclass `, which introduces new constructors with required arguments.
38+ Instantiating these events without arguments, as previously commonly used API pattern, will no longer work.
3439
3540**API Changes (Backward Compatible) **
3641
You can’t perform that action at this time.
0 commit comments