Line-bot-sdk

Latest version: v3.16.3

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

3.14.4

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed

<!-- PR-START https://github.com/line/line-openapi/pull/80 -->

* Remove obsolete feature: Audience Match by github-actions in https://github.com/line/line-bot-sdk-python/pull/744

The Audience Match feature (/bot/ad/multicast/phone) was sunset in October 2023. This change removes it as it's no longer necessary to include it in line-openapi.

(original PR is https://github.com/line/line-openapi/pull/80)


<!-- PR-END https://github.com/line/line-openapi/pull/80 -->


Dependency updates
* chore(deps): update line-openapi digest to 5ae51b6 by renovate in https://github.com/line/line-bot-sdk-python/pull/745
Other Changes
* Rename generated-code.yml to generate-code.yml by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/742
* Limit the timing of git submodule updates by renovate to avoid disrupting work during working hours by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/743


**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/v3.14.3...v3.14.4

---
This release is prepared by Yang-33

3.14.3

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed

A new value in "NarrowcastProgressResponseerrrorCode" was defined and comments have been added to the SDK.
https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status

* Add new errorCode 4 of NarrowcastProgressResponse by github-actions in https://github.com/line/line-bot-sdk-python/pull/733

line-openapi updates
* Codes are generated by openapi generator by github-actions in https://github.com/line/line-bot-sdk-python/pull/713

Dependency updates
* fix(deps): update dependency org.openapitools:openapi-generator to v7.10.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/708
* chore(deps): update line-openapi digest to 6312d4b by renovate in https://github.com/line/line-bot-sdk-python/pull/712
* chore(deps): update actions/github-script action to v7 by renovate in https://github.com/line/line-bot-sdk-python/pull/714
* chore(deps): update line-openapi digest to ae45c77 by renovate in https://github.com/line/line-bot-sdk-python/pull/717
* chore(deps): update line-openapi digest to e8fbce9 by renovate in https://github.com/line/line-bot-sdk-python/pull/722
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.13 by renovate in https://github.com/line/line-bot-sdk-python/pull/724
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.14 by renovate in https://github.com/line/line-bot-sdk-python/pull/725
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.15 by renovate in https://github.com/line/line-bot-sdk-python/pull/726
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.16 by renovate in https://github.com/line/line-bot-sdk-python/pull/731
* chore(deps): update line-openapi digest to 491e118 by renovate in https://github.com/line/line-bot-sdk-python/pull/734
Other Changes
* Fix other overriding imports by habara-k in https://github.com/line/line-bot-sdk-python/pull/703
* Stop using __LINE_BOT_SDK_PYTHON_VERSION__ by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/710
* Automate to prepare release note with next version by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/711
* Open issue when release failed by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/715
* Allow renovate PR to have un committed changes by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/716
* Set title and description written in line-openapi PR by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/721
* Update maven-jar-plugin version 3.4.2 by eucyt in https://github.com/line/line-bot-sdk-python/pull/723
* Show filenames of diff from auto-generated files in CI by eucyt in https://github.com/line/line-bot-sdk-python/pull/727
* Call common script to recognize openapi file is changed by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/736


**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/3.14.2...v3.14.3

---
This release is prepared by eucyt

3.14.2

This is not related to line-bot-sdk-python user. The published library must be same as 3.14.1

3.14.1

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed

Fix TextMessageV2 imports.

ref: https://github.com/line/line-bot-sdk-python/issues/698

Dependency updates
* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 by renovate in https://github.com/line/line-bot-sdk-python/pull/699
Other Changes
* PR must fail when generated code is not committed by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/704
* Add CI to check all files can be imported by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/701
* Fix overriding imports by habara-k in https://github.com/line/line-bot-sdk-python/pull/702

New Contributors
* habara-k made their first contribution in https://github.com/line/line-bot-sdk-python/pull/702

**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/3.14.0...3.14.1

3.14.0

<!-- Release notes generated using configuration in .github/release.yml at master -->
Important
this version tries to support `TextMessageV2` but it's broken when you import library from `linebot.v3.messaging`. sorry for inconvenience. We try to resolve this issue. https://github.com/line/line-bot-sdk-python/issues/698

What's Changed

Support bot mention features:
- https://developers.line.biz/ja/news/2024/10/30/messaging-api-webhook/
- https://developers.line.biz/ja/news/2024/10/30/text-message-v2/


line-openapi updates
* Codes are generated by openapi generator by github-actions in https://github.com/line/line-bot-sdk-python/pull/687
* Codes are generated by openapi generator by github-actions in https://github.com/line/line-bot-sdk-python/pull/696
Dependency updates
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.8 by renovate in https://github.com/line/line-bot-sdk-python/pull/670
* chore(deps): update dependency aiohttp to v3.10.6 by renovate in https://github.com/line/line-bot-sdk-python/pull/675
* chore(deps): update dependency aiohttp to v3.10.7 by renovate in https://github.com/line/line-bot-sdk-python/pull/676
* chore(deps): update dependency aiohttp to v3.10.8 by renovate in https://github.com/line/line-bot-sdk-python/pull/677
* chore(deps): update dependency aiohttp to v3.10.9 by renovate in https://github.com/line/line-bot-sdk-python/pull/678
* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.1 by renovate in https://github.com/line/line-bot-sdk-python/pull/679
* fix(deps): update dependency org.openapitools:openapi-generator to v7.9.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/681
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.9 by renovate in https://github.com/line/line-bot-sdk-python/pull/683
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.11 by renovate in https://github.com/line/line-bot-sdk-python/pull/685
* chore(deps): update line-openapi digest to 4d9979b by renovate in https://github.com/line/line-bot-sdk-python/pull/688
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12 by renovate in https://github.com/line/line-bot-sdk-python/pull/690
* chore(deps): update line-openapi digest to 571a258 by renovate in https://github.com/line/line-bot-sdk-python/pull/693
* chore(deps): update line-openapi digest to 62e345e by renovate in https://github.com/line/line-bot-sdk-python/pull/695
Other Changes
* Relax version in requirement*.txt by eucyt in https://github.com/line/line-bot-sdk-python/pull/682
* Unsupport Python 3.8 by eucyt in https://github.com/line/line-bot-sdk-python/pull/684


**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/3.13.0...3.14.0

3.13.0

<!-- 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

Page 2 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.