mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit f223251ffe)
This commit is contained in:
committed by
Tim Abbott
parent
cd485ef162
commit
d28639c08e
@@ -286,9 +286,9 @@ def send_apple_push_notification(
|
||||
if have_missing_app_id:
|
||||
devices = [device for device in devices if device.ios_app_id is not None]
|
||||
|
||||
async def send_all_notifications() -> (
|
||||
Iterable[tuple[DeviceToken, aioapns.common.NotificationResult | BaseException]]
|
||||
):
|
||||
async def send_all_notifications() -> Iterable[
|
||||
tuple[DeviceToken, aioapns.common.NotificationResult | BaseException]
|
||||
]:
|
||||
requests = [
|
||||
aioapns.NotificationRequest(
|
||||
apns_topic=device.ios_app_id,
|
||||
|
||||
Reference in New Issue
Block a user