-
Notifications
You must be signed in to change notification settings - Fork 26
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
Question: Bump websockets version #556
Comments
@slothyrulez may I ask what issues are you facing with ^10.3 |
We have 3 dependencies that also install If I do not specify the ably version, ably=2.0.4, pip installs ably version Thanks for asking @sacOO7 |
@slothyrulez I just checked the changelog and it seems to introduce breaking changes to public API of websocket library. Are you using this lib. in production ready app> |
@slothyrulez One of the quick workaround I can suggest is to install |
This is our intend. |
Sadly this does not seem to work. It immediately collides when try to install the next lib using websockets |
That's true, but also seems that |
@slothyrulez okay it seems websockets 11.0 was made available on Apr 2 2023, so makes sense to upgrade the library. |
@slothyrulez I have created PR #557 for this fix. Can you check if this will work for you |
That's huge news! thanks @sacOO7 |
Installed perfectly now: it also bumped websockets to 12.0 as expected. |
@slothyrulez good to hear that! Will post here once PR is merged and new release is made : ) |
Outstanding @sacOO7 , sadly seems that the sync interface is not built installing this way, no worries I'll search a workaround and/or wait until you release the new version. |
@slothyrulez That should be available after release. Meanwhile, you can generate
or try at root
|
Installed your branch as editable (-e) installed the dev dependencies and executed the command in CONTRIBUTING.md (poetry run unasync) and the code is there now, thanks again. |
@sacOO7 Thanks for your kind support! |
No issues, we will release this by tomorrow 👍 |
Hi!
I was wondering if its feasible to bump the
websockets
lib dependency to>=11.0
instead of^10.3
Not sure if the underlying changes affect to your library.
https://websockets.readthedocs.io/en/11.0.3/project/changelog.html
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: