Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-24 | 851 Bytes | |
v3.17.1 Fix type of CreateAudienceGroupResponse#expireTimestamp source code.tar.gz | 2025-04-24 | 24.3 MB | |
v3.17.1 Fix type of CreateAudienceGroupResponse#expireTimestamp source code.zip | 2025-04-24 | 24.9 MB | |
Totals: 3 Items | 49.3 MB | 1 |
What's Changed
Type for CreateAudienceGroupResponse#expireTimestamp
is not float or double, but integer actually. This release fixes type as bugfix.
- Fix type of expireTimestamp by @github-actions in https://github.com/line/line-bot-sdk-python/pull/802
(original PR is https://github.com/line/line-openapi/pull/106)
Dependency updates
- chore(deps): update actions/setup-python action to v5.6.0 by @renovate in https://github.com/line/line-bot-sdk-python/pull/801
Full Changelog: https://github.com/line/line-bot-sdk-python/compare/v3.17.0...v3.17.1
This release is prepared by @Yang-33