Skip to content

Commit bcae5cf

Browse files
authored
deps: pin down aiopns to version 3.9x max (#767)
1 parent 68bfda5 commit bcae5cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ APNS =
4545

4646
WP = pywebpush>=1.3.0
4747

48-
apns-async = aioapns>=3.1
48+
apns-async = aioapns>=3.1,<4.0
4949

5050
FCM = firebase-admin>=6.2
51-
APNS_ASYNC = aioapns>=3.1
51+
APNS_ASYNC = aioapns>=3.1,<4.0
5252

5353

5454
[options.packages.find]

0 commit comments

Comments
 (0)