jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.24k stars 609 forks source link

dependency on outdated hyper/h2 package #583

Closed dashdanw closed 11 months ago

dashdanw commented 4 years ago

I use grpc in tandem with apns notifications, currently the latest release of django-push notifications seems fundamentally incompatible with some of the new features/changes in hyper 3.0+ I'm not sure the best way to solve this but I'd be happy to take a crack if someone can point me in the right direction.

krishnasadhu9 commented 3 years ago

@dashdanw Even I face the same issue, is there any way to solve it.

mcepl commented 3 years ago

Just mentioning https://github.com/Pr0Ger/PyAPNs2/issues/74

auvipy commented 3 years ago

trying to upgrade the dependencies would be the right direction.

daveisfera commented 2 years ago

I think you're looking for the changes in apns2 to be released (see here and here)

azmeuk commented 11 months ago

Closing in favor of #622