Chore(deps): Update uvloop requirement from <0.22,>=0.21 to >=0.21,<0.23#1049
Chore(deps): Update uvloop requirement from <0.22,>=0.21 to >=0.21,<0.23#1049dependabot[bot] wants to merge 1 commit into
Conversation
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This is a straightforward, low-risk dependency update that expands the allowed uvloop version range to include 0.22.x. The change is syntactically correct, follows semantic versioning best practices, and does not introduce any new code or security concerns. The existing test suite will validate compatibility.
f43cf57 to
353143d
Compare
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This is a safe, minimal dependency update that relaxes the uvloop version constraint from <0.22 to <0.23, allowing uvloop 0.22.x versions. The release notes show v0.22.1 contains only CI fixes, while v0.22.0 adds Python 3.14 compatibility and free-threading support with no breaking changes. The change is correct and appropriate.
pyproject.toml (line 72): Minor nit: The comment mentions 'aiohttp v3.13.3' but the actual aiohttp version is now 3.13.4 (line 27). Consider updating the comment to reflect the current version for consistency.
--- updated-dependencies: - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
353143d to
47dc82e
Compare
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Straightforward dependabot dependency update that relaxes the uvloop version constraint from <0.22 to <0.23, allowing the use of uvloop 0.22.x versions. The 0.22.x releases contain Python 3.14 compatibility fixes and CI improvements with no breaking changes. No application code is modified, so no additional testing is required. This is a safe, routine dependency update.
Updates the requirements on uvloop to permit the latest version.
Release notes
Sourced from uvloop's releases.
Commits
74f4c96uvloop 0.22.1321d345ci: bump pypa/gh-action-pypi-publish3cf6b44uvloop 0.22.0e4d569eci: use native ubuntu-24.04-armd9fa054ci: fix test and release workflow7effa90ci: fix artifact handling286b370add free-threading support (#693)46456b6Fixes for Python 3.14 (#638)96b7ed3test: fix task name for Python 3.13.3/3.14 (#662)5680792test: fix getaddrinfo test (#663)