v2.0.0.post1 - Post 2.0.0 Fixes
Upgrade Dependencies
The upgrade from Django 3.2* to 4.2.* introduced a syntax change in the management command that caused two django app dependencies to break. In the process of upgrading these, some other dependency issues cropped up.
This release:
- Upgrades django app dependencies for full Django 4.2.* compatibility
- Upgrades opencv and related dependencies
- Introduces additional test cases to improve test coverage.
What's Changed
Full Changelog: v2.0.0...v2.0.0.post1