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: upgrade websockets, drop py3.6 #2768

Closed
wants to merge 1 commit into from
Closed

dependencies: upgrade websockets, drop py3.6 #2768

wants to merge 1 commit into from

Conversation

BrendanGraham14
Copy link

What was wrong?

web3.py depends on a pretty old version of websockets and has dependency collisions with many other packages that also depend on websockets.

How was it fixed?

I upgraded websockets to >=10,<11. Because websockets>=10,<11 drops support for python3.6, I did that here as well.

Todo:

@BrendanGraham14
Copy link
Author

BrendanGraham14 commented Dec 27, 2022

Ah. Looks like I'll have to do something like #2343 first.

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

Successfully merging this pull request may close these issues.

1 participant