Line-bot-sdk

Latest version: v3.16.2

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

Scan your dependencies

Page 1 of 11

3.16.2

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

What's Changed

* Modify http status code as response for manage-audience by github-actions in https://github.com/line/line-bot-sdk-python/pull/766
<!-- PR-START https://github.com/line/line-openapi/pull/87 -->

This change modifies the HTTP status code for the following audience group-related endpoints, as they were incorrect.
Some http status codes are wrong. They should be 202, not 200.
1. `POST /v2/bot/audienceGroup/upload` (`create_audience_group`)
2. `PUT /v2/bot/audienceGroup/upload` (`add_audience_to_audience_group`)
3. `POST /v2/bot/audienceGroup/upload/byFile` (`create_audience_for_uploading_userIds`)
4. `POST /v2/bot/audienceGroup/click` (`create_click_based_audience_group`)
5. `POST /v2/bot/audienceGroup/imp` (`create_imp_based_audience_group`)


NOTE: This change is not a modification of the messaging API itself. It is simply a correction of an error in sdk.

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


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


Other Changes
* Add test for get followers by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/765


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

---
This release is prepared by Yang-33

3.16.1

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

What's Changed
Note this patch is not related to sdk users. See https://github.com/line/line-bot-sdk-python/releases/tag/v3.16.0 about new features.

* Publish library to pypi with OIDC by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/763


Dependency updates
* chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/760
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.17 by renovate in https://github.com/line/line-bot-sdk-python/pull/761
* fix(deps): update dependency org.openapitools:openapi-generator to v7.12.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/762


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

---
This release is prepared by Yang-33

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

Page 1 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.