Skip to content

v2.39.1

Compare
Choose a tag to compare
@github-actions 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

This release was made possible by the following contributors:

@github-actions, @github-actions[bot] and @leandrodamascena