Skip to content

Update uvicorn to 0.52.1 - #616

Open
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-uvicorn-0.4.6-to-0.52.1
Open

Update uvicorn to 0.52.1#616
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-uvicorn-0.4.6-to-0.52.1

Conversation

@pyup-bot

@pyup-bot pyup-bot commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

This PR updates uvicorn from 0.4.6 to 0.52.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Summary by CodeRabbit

  • Chores
    • Updated the bundled Uvicorn dependency to version 0.52.1.

@pyup-bot pyup-bot mentioned this pull request Aug 1, 2026
@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The pull request updates the pinned uvicorn dependency in src/requirements.txt from 0.4.6 to 0.52.1.

Changes

Dependency update

Layer / File(s) Summary
Update pinned uvicorn version
src/requirements.txt
The pinned uvicorn version changes from 0.4.6 to 0.52.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the update to the pinned uvicorn dependency.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch pyup-update-uvicorn-0.4.6-to-0.52.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@src/requirements.txt`:
- Line 3: Update the uvicorn dependency pin in requirements.txt from the
unavailable 0.52.1 release to an existing release such as 0.52.0, and declare
the supported Python version floor if the project has dropped older Python
versions.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a5c7ff89-5361-40c8-a5fe-90d9451eaee9

📥 Commits

Reviewing files that changed from the base of the PR and between d377ad0 and 07c33d8.

📒 Files selected for processing (1)
  • src/requirements.txt

Comment thread src/requirements.txt
fastapi==0.6.4
gitpython
uvicorn==0.4.6
uvicorn==0.52.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

files="$(fd -HI -t f \
  '^(pyproject\.toml|setup\.cfg|setup\.py|tox\.ini|pytest\.ini|\.python-version|\.tool-versions|Dockerfile.*)$' . || true)"

while IFS= read -r file; do
  [ -n "$file" ] || continue
  echo "== $file =="
  rg -n -C2 'python_requires|requires-python|python_version|python:|3\.[0-9]+' "$file" || true
done <<< "$files"

Repository: salimfadhley/dockerized_python_playground

Length of output: 219


🌐 Web query:

PyPI uvicorn 0.52.1 requires-python classifiers

💡 Result:

As of August 1, 2026, Uvicorn version 0.52.1 has not been released [1][2]. The most recent stable release is version 0.52.0, which was published on July 29, 2026 [3][4][2]. Because version 0.52.1 does not exist, there are no official requires-python constraints or PyPI classifiers for it [1][2]. For reference, version 0.52.0 specifies a requires-python constraint of >=3.9 in its configuration [5]. Its associated PyPI classifiers include support for Python versions 3.9, 3.10, 3.11, 3.12, and 3.13 [5].

Citations:


Pin uvicorn to an existing release.

uvicorn==0.52.1 does not exist on PyPI, so dependency resolution will fail. Use an available release such as uvicorn==0.52.0, then declare the supported Python version floor if this project drops older Python versions.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/requirements.txt` at line 3, Update the uvicorn dependency pin in
requirements.txt from the unavailable 0.52.1 release to an existing release such
as 0.52.0, and declare the supported Python version floor if the project has
dropped older Python versions.

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

Successfully merging this pull request may close these issues.

1 participant