Highlights
* Python version bumped to `3.13.0`
* All dependencies bumped to respective latest versions
* If an API call to get an image/attachment or its metadata fails, the exporter will skip the asset and log the error. If using `assets.modify_markdown` option, the asset links in the document will be untouched and in its original form. All API calls are retried 3 times after initial failure.
What's Changed
* Attempt to add logic to skip an image/attachment if API call fails by pchang388 in https://github.com/homeylab/bookstack-file-exporter/pull/46
**Full Changelog**: https://github.com/homeylab/bookstack-file-exporter/compare/v1.2.0...v1.3.0