Skip to content

chore(deps): update dependency line-bot-sdk to ~=3.21.0 - #80

Merged
HappyGroupHub merged 2 commits into
masterfrom
renovate/backend-python-dependencies-(minorpatch)
Dec 11, 2025
Merged

chore(deps): update dependency line-bot-sdk to ~=3.21.0#80
HappyGroupHub merged 2 commits into
masterfrom
renovate/backend-python-dependencies-(minorpatch)

Conversation

@renovate

@renovate renovate Bot commented Nov 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
line-bot-sdk ~=3.20.0 -> ~=3.21.0 age confidence

Release Notes

line/line-bot-sdk-python (line-bot-sdk)

v3.21.0: Support mark as read by token API

Compare Source

What's Changed

Support for "Mark as Read" by Token API

We have released a new Mark as Read API that allows developers to mark a user’s messages as read.
Previously, this functionality was available only to partners, but it is now publicly available.

When your server receives a user message via Webhook, the MessageContent will include a new field: markAsReadToken.
By calling the Mark as Read API with this token, all messages in the chat room up to and including that message will be marked as read.

Note: This feature assumes that your service uses the chat feature through Official Account Manager.
If chat is not enabled, messages from users are automatically marked as read, making this API unnecessary.

For more details, please refer to the release note: https://developers.line.biz/en/news/2025/11/05/mark-as-read/

(original PR is line/line-openapi#115)

Example

line_bot_api.mark_messages_as_read_by_token(
    MarkMessagesAsReadByTokenRequest(
        mark_as_read_token=event.message.mark_as_read_token
    )
)
line-openapi updates
Dependency updates
  • fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.20 by @​renovate[bot] in #​874
  • chore(deps): update github artifact actions (major) by @​renovate[bot] in #​876
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.17.0 by @​renovate[bot] in #​878

Full Changelog: line/line-bot-sdk-python@v3.20.0...v3.21.0


This release is prepared by @​habara-k


Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update project dependencies. uv Pull requests that update uv and pip (Python) dependencies. labels Nov 10, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Backend requirements.txt updated

Generated from backend/uv.lock using uv export --no-hashes --frozen > requirements.txt

Auto-generated by GitHub Actions from uv export
@renovate

renovate Bot commented Nov 10, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@HappyGroupHub
HappyGroupHub merged commit 507d001 into master Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update project dependencies. uv Pull requests that update uv and pip (Python) dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant