Shinobi 1.4.2 fixes a few minor bugs that our tests didn't cover before the 1.4.1 release.
- In Python 3.13 or older, empty/blank Schemas (useful for sharing config between Schemas) no longer crash trying to import
annotationlib. - In Python 3.14, ModelSchema now correctly constructs types for private attributes (fields starting with
_) again.
Full Changelog
Bug Fixes
CI/Build
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #72
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #73
- Bump version to 1.4.2 by @pmdevita in #76
Full Changelog: v1.4.1...v1.4.2