Line-bot-sdk

Latest version: v3.16.0

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

Scan your dependencies

Page 1 of 11

3.16.0

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

What's Changed

* Support new Membership API and Webhook by github-actions in https://github.com/line/line-bot-sdk-python/pull/758
<!-- PR-START https://github.com/line/line-openapi/pull/86 -->

Support new Membership API and Webhook

We have implemented and supported new API and Webhook about Membership.

API to get a list of users who joined the membership

You can obtain a list of user IDs for users who have joined the membership of your LINE Official Account by calling `client.getJoinedMembershipUsers(...)`.

Documents: https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids

Membership Webhook

We have introduced new Webhook events `MembershipEvent` that indicates that a user has joined, left or renewed a membership of your LINE Official Account.

Documents: https://developers.line.biz/en/reference/messaging-api/#membership-event

For more details

For more details, check out the announcement: https://developers.line.biz/en/news/2025/02/13/membership-api/


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


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

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

---
This release is prepared by eucyt

3.15.0

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

What's Changed

Add /v2/bot/audienceGroup/shared path by github-actions in https://github.com/line/line-bot-sdk-python/pull/757

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

Shared Audiences in Business Manager API Support
We have added and supported new API endpoints related to Shared Audiences in Business Manager.

API to Get Shared Audience Information
You can obtain detailed information about a specific audience shared in Business Manager by calling the endpoint:

- GET `https://api.line.me/v2/bot/audienceGroup/shared/{audienceGroupId}`

API to Get List of Shared Audiences
You can acquire a list of audiences shared in Business Manager using the following endpoint:

- GET `https://api.line.me/v2/bot/audienceGroup/shared/list`

By using the "Get Shared Audience Information" endpoint, you can retrieve more detailed data about each audience.

Documents and Reference
- News Announcement: [Shared Audience Feature Release](https://developers.line.biz/en/news/2025/02/12/shared-audience/)
- API Reference:
- [Get List of Shared Audiences](https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list)
- [Get Shared Audience Information](https://developers.line.biz/en/reference/messaging-api/#get-shared-audience)
- Documentation on Audience Sharing: [Using Audience Sharing](https://developers.line.biz/en/docs/messaging-api/using-audience/#audience-sharing)

For more information, please refer to the links provided above.

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


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

---

line-openapi updates
* chore(deps): update line-openapi digest to 5eeed11 by renovate in https://github.com/line/line-bot-sdk-python/pull/756
Other Changes
* Fix tests broken by pytest-asyncio breaking-changes by habara-k in https://github.com/line/line-bot-sdk-python/pull/754


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

---
This release is prepared by eucyt

3.14.5

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

What's Changed

<!-- PR-START https://github.com/line/line-openapi/pull/82 -->
* Retire GET /v2/bot/message/delivery/ad_phone by github-actions in https://github.com/line/line-bot-sdk-python/pull/750

`GET /v2/bot/message/delivery/ad_phone` was sunset.
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/82)


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

line-openapi updates
* Retire GET /v2/bot/message/delivery/ad_phone by github-actions in https://github.com/line/line-bot-sdk-python/pull/750
Dependency updates
* fix(deps): update dependency org.openapitools:openapi-generator to v7.11.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/749
Other Changes
* Fix renovate config for gitsubmodule by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/748
* Fix double-quote handling in release creation workflow by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/751


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

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

Page 1 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.