🚨 Upgrade matching versions for uvicorn #13702
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My specs for reference:
MacOS: Sequoia 15.5
Python Version: 3.13
uv: 0.7.3 (3c413f74b 2025-05-07)
pip: 25.0.1
Docker: no
Even though
fastapi
supports Python 3.13, it seems some dependencies are not. Today when I tried to run auv sync
for a new project I've started, I faced the following error:httptools
added support for Python 3.13 on v0.6.2 and uvicorn on v0.32.1. In order to mitigate that issue, this update will do the job.I tried to follow the contributing guidelines the best I can, but let me know if I'm missing something or did something wrong! 😄