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

Update websockets to 10.0 #2178

Closed
Tracked by #2175
VladLupashevskyi opened this issue Oct 8, 2021 · 3 comments
Closed
Tracked by #2175

Update websockets to 10.0 #2178

VladLupashevskyi opened this issue Oct 8, 2021 · 3 comments

Comments

@VladLupashevskyi
Copy link
Contributor

Currently it's not possible to use web3.py webscokets providers with python 3.10, because when trying to connect it fails with:

TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary

Solution would be: websockets package needs to be upgraded to 10.0, which support python 3.10

Related #2172

@fselmo fselmo closed this as completed Oct 8, 2021
@fselmo
Copy link
Collaborator

fselmo commented Oct 8, 2021

This is closed by PR #2175 [#2324]

@DragonDmoney
Copy link

I have the same error as well with the latest version of web3.py.

@fselmo
Copy link
Collaborator

fselmo commented Feb 11, 2022

closed by #2324 !

@fselmo fselmo closed this as completed Feb 11, 2022
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

3 participants