web-push-libs / pywebpush

Python Webpush Data encryption library
Mozilla Public License 2.0
314 stars 53 forks source link

Support requests_session param in webpush fn too #133

Closed bwindels closed 3 years ago

bwindels commented 3 years ago

I need to inject my own request library, and also need vapid support which only seems available in the webpush function and not in WebPusher.send/encode, so it would be great to add the requests_session parameter to that function too.

bwindels commented 3 years ago

Great, thank you! Any idea when this would get released to pypi?

jrconlin commented 3 years ago

Done. 1.13.0 should be live: https://pypi.org/project/pywebpush/1.13.0/

bwindels commented 3 years ago

Thanks again!