v2.39.1
github-actions
released this
13 Jun 15:45
·
307 commits
to refs/heads/develop
since this release
Summary
The regression issue caused by PR #4421 is resolved in this patch release. The issue occurred due to static typing importing Pydantic, as it went undetected in our pipeline and code review.
To prevent from happening again, we will introduce dynamic tests for all optional dependencies. We will pause new releases until that is implemented and verified. For further improvement, we will look into making daily pre-releases to help create more complex canary tests.
Changes
🐛 Bug and hot fixes
- fix(event_handler): regression making pydantic required (it should not) (#4500) by @leandrodamascena
This release was made possible by the following contributors:
@github-actions, @github-actions[bot] and @leandrodamascena