Skip to content

Comments

fix(deps): update dependency uvicorn to >=0.41.0#346

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/uvicorn-0.x
Open

fix(deps): update dependency uvicorn to >=0.41.0#346
renovate[bot] wants to merge 1 commit intomainfrom
renovate/uvicorn-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

This PR contains the following updates:

Package Change Age Confidence
uvicorn (changelog) >=0.40.0>=0.41.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kludex/uvicorn (uvicorn)

v0.41.0: Version 0.41.0

Compare Source

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#​2707)
  • Add socket path to scope["server"] (#​2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#​2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#​2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#​2812)
  • Reduce the log level of 'request limit exceeded' messages (#​2788)

New Contributors


Full Changelog: Kludex/uvicorn@0.40.0...0.41.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude
Copy link

claude bot commented Feb 17, 2026

PR Review - uvicorn 0.40.0 → 0.41.0

✅ Recommendation: APPROVE & MERGE

Summary: Safe dependency update with bug fixes and improvements.

Assessment

Code Quality: ✅ Clean, minimal change following project conventions

Breaking Changes: ✅ None - all changes are backwards compatible

Key Improvements in 0.41.0:

  • Fixed permission denied errors in watchfiles reloader
  • Ensured lifespan shutdown runs correctly during startup exits
  • Reduced log noise for request limit messages
  • Added new CLI flag for staggered worker restarts

Security: ✅ Routine maintenance, no concerns

Performance: ✅ Neutral/Positive - no regressions expected

The typo fix in internal API (error_occured → error_occurred) won't affect this codebase as it doesn't directly interact with uvicorn's internal lifespan APIs.


Review completed in accordance with CLAUDE.md guidelines

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.

0 participants