<!-- Release notes generated using configuration in .github/release.yml at master -->
What's Changed
https://github.com/line/line-bot-sdk-python/pull/669
In the Messaging API, we've added the following values as the percentage of each age group of your LINE Official Account's friends that you can get by using the [Get friend demographics](https://developers.line.biz/en/reference/messaging-api/#get-demographic) endpoint:
- `from50to54`
- `from55to59`
- `from60to64`
- `from65to69`
- `from70`
Previously, we've aggregated the percentage of friends who are 50 and older as a single value, from50. With this change, you can now get statistics on the percentage of friends between the ages of 50 and 70.
We'll continue to include from50 in the response as a value that aggregates the percentage of friends who are 50 and older.
News: https://developers.line.biz/en/news/2024/09/05/age-percentage-subdivision/
https://github.com/line/line-openapi/pull/68
line-openapi updates
* Codes are generated by openapi generator by github-actions in https://github.com/line/line-bot-sdk-python/pull/669
Dependency updates
* chore(deps): update line-openapi digest to 7ce8caf by renovate in https://github.com/line/line-bot-sdk-python/pull/667
* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/668
**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/3.12.0...3.13.0