Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies out of date #74

Open
danpalmer opened this issue Jan 31, 2019 · 23 comments
Open

Dependencies out of date #74

danpalmer opened this issue Jan 31, 2019 · 23 comments

Comments

@danpalmer
Copy link

I've just checked our dependencies, and the oldest 2 dependencies are transient from this project.

Specifically, it appears that hyper has been out of development since 2016, and superseded by h2, for which the most recent release was in the last 2 weeks.

Could this project be ported to a recent version of h2?

@Pr0Ger
Copy link
Owner

Pr0Ger commented Jul 29, 2019

Sorry for a long reply,
As far as I understand h2 is not a replacement for hyper, but a core part of it.
Anyway, hyper have some outdated code which will stop work in Python 3.8 so some changes are required.
One option is to move to https://github.com/encode/httpx/ but this library doesn't support 3.5 and I don't think it's already time to drop it.
The second option is to rewrite it to direct usage of h2 lib, but it will require more work.
I'll look into this issue on next weekend

@j0nes2k
Copy link

j0nes2k commented Jan 16, 2020

@Pr0Ger Is there any update on this?

We are running into an issue with hyper, and there is no way for us to resolve this at the moment:
python-hyper/hyper#425

@najtek
Copy link

najtek commented Feb 4, 2020

Bump! I'm also having issues with hyper and would like to know if getting rid of it (in favor of httpx or "second option") is on the roadmap?

@najtek
Copy link

najtek commented Feb 27, 2020

@Pr0Ger any updates? Comments? Could you please just let us know if this is something likely to happen in the near future?

@danpalmer
Copy link
Author

@Pr0Ger hey, friendly ping on this. Alternatively, if this library isn't being maintained anymore do you have any recommendations for alternatives?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Oct 11, 2020
@danpalmer
Copy link
Author

@github-actions not stale, awaiting response from maintainer.

@yonatancohen
Copy link

Any news regarding this issue?

@jarshwah
Copy link

jarshwah commented Jan 5, 2021

We, along with other people, are seeing hyper hang when posting to apple notification servers as documented on the hyper issue here: python-hyper/hyper#425

Given Python 3.5 has received its last update and is now EOL (https://endoflife.date/python) and that the reliance on hyper is literally a crashing/hanging bug, I think it'd be prudent to migrate dependencies and allow python 3.5 users to stay on the current 0.X version.

httpx is making really good strides and would be the ideal replacement.

@sevdog
Copy link

sevdog commented Feb 15, 2021

Also pyjwt dependecy could be updated since now there is 2.0.

@erwan-lemonnier
Copy link

Ping? Any progress on this issue of deprecating hyper?

We (GoFrendly) have an issue using apns2 with python 3.8 where voip push notifications are not sent to the apns servers without raising any error or getting any response back. The issue is reproducable if anyone is interested.

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Dec 3, 2021
@heyman
Copy link

heyman commented Dec 3, 2021

@github-actions not stale, still awaiting response from maintainer I think

@github-actions github-actions bot removed the stale label Dec 4, 2021
@sevdog
Copy link

sevdog commented Dec 16, 2021

For those who may concern: pyjwt on master (064c497) now is >=2.0.0.

See also #133.

@daveisfera
Copy link

Any chance of a release?

@koedal
Copy link

koedal commented Jul 5, 2022

@Pr0Ger Any updates on this? Thanks for your support of this project.

@github-actions
Copy link

github-actions bot commented Jan 4, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Jan 4, 2023
@daveisfera
Copy link

This is still an issue and needs to be addressed

@github-actions github-actions bot removed the stale label Jan 5, 2023
@ArtemFo
Copy link

ArtemFo commented Apr 21, 2023

Is there any update? Thanks in advance

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Oct 21, 2023
@daveisfera
Copy link

This is still an issue and needs to be addressed

@github-actions github-actions bot removed the stale label Oct 24, 2023
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Apr 23, 2024
@daveisfera
Copy link

This is still an issue and needs to be addressed

@github-actions github-actions bot removed the stale label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests