chore(deps): update backend python dependencies (minor/patch) - #73
Merged
HappyGroupHub merged 2 commits intoOct 25, 2025
Merged
Conversation
Auto-generated by GitHub Actions from uv export
Contributor
|
✅ Backend requirements.txt updated Generated from |
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
HappyGroupHub
deleted the
renovate/backend-python-dependencies-(minorpatch)
branch
October 25, 2025 23:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=0.119.1->~=0.120.0~=3.19.0->~=3.20.0Release Notes
fastapi/fastapi (fastapi)
v0.120.0Compare Source
There are no major nor breaking changes in this release. ☕️
The internal reference documentation now uses
annotated_doc.Docinstead oftyping_extensions.Doc, this adds a new (very small) dependency onannotated-doc, a package made just to provide thatDocdocumentation utility class.I would expect
typing_extensions.Docto be deprecated and then removed at some point fromtyping_extensions, for that reason there's the newannotated-docmicro-package. If you are curious about this, you can read more in the repo forannotated-doc.This new version
0.120.0only contains that transition to the new home package for that utility classDoc.Translations
Internal
typing_extensions.Doctoannotated_doc.Doc. PR #14222 by @tiangolo.line/line-bot-sdk-python (line-bot-sdk)
v3.20.0: Add forbidPartialDelivery option to the Narrowcast Limit ObjectCompare Source
What's Changed
Add forbidPartialDelivery option to the Narrowcast Limit Object
We add a new
forbidPartialDeliveryoption to the Narrowcast Limit Object.When set to true, this option prevents messages from being delivered to only a subset of the target audience.
If partial delivery occurs, the narrowcast request will succeed but fail asynchronously.
You can verify whether the message delivery was canceled by checking the narrowcast message progress.
This property can only be set to true when upToRemainingQuota is also true.
For more details, see the https://developers.line.biz/en/news/2025/10/21/narrowcast-message-update/.
Example:
(original PR is line/line-openapi#114)
Use cases
Previously, when
upToRemainingQuotawas set totrue, messages could be partially delivered if the remaining message quota was smaller than the target audience size.With the new
forbidPartialDeliveryoption, you can now ensure that such partial deliveries do not occur.line-openapi updates
Full Changelog: line/line-bot-sdk-python@v3.19.2...v3.20.0
This release is prepared by @habara-k
v3.19.2: Support Python 3.14Compare Source
What's Changed
Dependency updates
Other Changes
Full Changelog: line/line-bot-sdk-python@v3.19.1...v3.19.2
This release is prepared by @mokuzon
v3.19.1: Add an Option to Skip Webhook Signature VerificationCompare Source
What's Changed
✨ Add an Option to Skip Webhook Signature Verification
With this release, developers can now optionally skip signature verification when parsing incoming webhook requests. This new capability is especially useful in scenarios where the channel secret may change, potentially causing temporary signature mismatches.
Example Usage:
When signature verification is skipped, the signatureValidator will not be invoked. This allows webhook requests to be processed even if their signatures do not match the current channel secret used for verification.
This feature is particularly helpful in high-availability systems where avoiding downtime or message loss during configuration updates is critical.
Dependency updates
Other Changes
Full Changelog: line/line-bot-sdk-python@v3.19.0...v3.19.1
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.