This release (.37) will resolve an issue discovered by dnth where category_ids were being exported as string values instead of ints. (Issue https://github.com/pylabel-project/pylabel/issues/46) dnth supplied a fix that resolved the issue.
What's Changed
* Cast `category_id` field value from `str` to `int` by dnth in https://github.com/pylabel-project/pylabel/pull/47
New Contributors
* dnth made their first contribution in https://github.com/pylabel-project/pylabel/pull/47
**Full Changelog**: https://github.com/pylabel-project/pylabel/compare/v0.1.36...v0.1.37