Line-bot-sdk

Latest version: v3.14.2

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

Scan your dependencies

Page 1 of 10

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

3.12.0

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

What's Changed
https://github.com/line/line-bot-sdk-python/pull/664

In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the [demographic filter objects](https://developers.line.biz/en/reference/messaging-api/#narrowcast-demographic-filter) of [narrowcast messages](https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message):

- `age_55`
- `age_60`
- `age_65`
- `age_70`

Until now, the upper limit was `age_50`, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.

news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

line-openapi updates
* Codes are generated by openapi generator by github-actions in https://github.com/line/line-bot-sdk-python/pull/664
Dependency updates
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.7 by renovate in https://github.com/line/line-bot-sdk-python/pull/659
* chore(deps): update dependency aiohttp to v3.10.4 by renovate in https://github.com/line/line-bot-sdk-python/pull/660
* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/661
* fix(deps): update dependency org.openapitools:openapi-generator to v7.8.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/662
* chore(deps): update dependency aiohttp to v3.10.5 by renovate in https://github.com/line/line-bot-sdk-python/pull/663
* chore(deps): update line-openapi digest to 57487b6 by renovate in https://github.com/line/line-bot-sdk-python/pull/665


**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/3.11.1...3.12.0

3.11.1

What's Changed

* Make the requests version constraints less strict. by eucyt in https://github.com/line/line-bot-sdk-python/pull/657

line-openapi updates
* chore(deps): update line-openapi digest to c14fa72 by renovate in https://github.com/line/line-bot-sdk-python/pull/626
* Codes are generated by openapi generator by github-actions in https://github.com/line/line-bot-sdk-python/pull/631
* chore(deps): update line-openapi digest to f976f52 by renovate in https://github.com/line/line-bot-sdk-python/pull/632
Dependency updates
* fix(deps): update dependency org.openapitools:openapi-generator to v7.5.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/624
* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.6 by renovate in https://github.com/line/line-bot-sdk-python/pull/625
* chore(deps): update dependency black to v24.4.1 by renovate in https://github.com/line/line-bot-sdk-python/pull/628
* chore(deps): update dependency black to v24.4.2 by renovate in https://github.com/line/line-bot-sdk-python/pull/629
* chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/634
* chore(deps): update dependency requests to v2.32.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/635
* fix(deps): update dependency org.openapitools:openapi-generator to v7.6.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/636
* chore(deps): update dependency requests to v2.32.1 by renovate in https://github.com/line/line-bot-sdk-python/pull/637
* chore(deps): update dependency requests to v2.32.2 by renovate in https://github.com/line/line-bot-sdk-python/pull/638
* chore(deps): update dependency requests to v2.32.3 by renovate in https://github.com/line/line-bot-sdk-python/pull/639
* chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/640
* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/643
* fix(deps): update dependency org.openapitools:openapi-generator to v7.7.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/647
* chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 by renovate in https://github.com/line/line-bot-sdk-python/pull/649
* chore(deps): update dependency aiohttp to v3.10.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/650
* chore(deps): update dependency black to v24.8.0 by renovate in https://github.com/line/line-bot-sdk-python/pull/651
* chore(deps): update dependency aiohttp to v3.10.1 by renovate in https://github.com/line/line-bot-sdk-python/pull/652
* chore(deps): update dependency aiohttp to v3.10.2 by renovate in https://github.com/line/line-bot-sdk-python/pull/654
* chore(deps): update dependency aiohttp to v3.10.3 by renovate in https://github.com/line/line-bot-sdk-python/pull/655

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

**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/3.11.0...3.11.1

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.