chore(deps): Update dependency websockets to v17 - #22794
chore(deps): Update dependency websockets to v17#22794prefect-renovate[bot] wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 03bf6e2272
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "typing_extensions>=4.10.0,<5.0.0", | ||
| "uvicorn>=0.14.0,!=0.29.0", | ||
| "websockets>=15.0.1,<17.0", | ||
| "websockets>=17.0.1,<17.1", |
There was a problem hiding this comment.
Retain a Python 3.10-compatible websockets range
For Python 3.10 environments, this new lower bound makes prefect and the mirrored prefect-client dependency set unsatisfiable: the project still declares Python 3.10 support, but the websockets 17 changelog says 17.0 requires Python >=3.11 and that 16.1 is the last release supporting 3.10. Please keep a <17 range behind a python_version<'3.11' marker (or drop 3.10 support in the same change), otherwise Python 3.10 users cannot install the package.
Useful? React with 👍 / 👎.
This PR contains the following updates:
==15.0.1→==17.0.1>=15.0.1,<17.0→>=17.0.1,<17.1Release Notes
python-websockets/websockets (websockets)
v17.0.1Compare Source
See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.
v17.0Compare Source
See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.
v16.1.1Compare Source
See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.
v16.1Compare Source
See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.
v16.0Compare Source
See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.