-
-
Notifications
You must be signed in to change notification settings - Fork 61
feat(websockets): bump websockets from 14.2 to 15.0.1 #285
Conversation
Pull Request Test Coverage Report for Build 14061305475Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
3dad841
to
762ebc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any current plan to merge this PR? On my project, we're running into compatibility issues because we need behavior in websockets 15 (specifically the built-in keepalives).
I also need this. DBOS requires websockets 15! |
Implement a keepalive thread (ping-pong) and use it if the websocket version is lower than 15. Context: we want to support DBOS with more packages like Supabase, which currently requires websockets < 15.0 supabase/realtime-py#285 Tested that Conductor works with websockets 14.2 and Supabase.
There are some backward-incompatible changes to the |
@dependabot rebase |
Bumps [websockets](https://github.com/python-websockets/websockets) from 14.2 to 15.0.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@14.2...15.0.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
762ebc9
to
006d15f
Compare
I'm not sure what went wrong but this merge didn't create a release. |
Bumps websockets from 14.2 to 15.0.1.
Release notes
Sourced from websockets's releases.
Commits
37c9bc0
Release version 15.0.1.fce02ab
Docs. Correct Producer pattern example.5fa24bb
Exit cleanly the interactive client on ^C.d0e60d3
Remove spurious PYTHONPATH declarations.d7dafcc
Add test coverage for interactive client.3c62503
Use entrypoint instead of runpy in docs.f4e4345
added entry point script for the cli client in the pyproject.toml6f89bac
Start version 15.1.7ac73c6
Release version 15.0.a1ba01d
Rewrite interactive client (again) without threads.You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)