v0.10.3.post1
skypilot-org/skypilotv0.10.3.post1Sep 22, 2025by Michaelvll
AI Summary
Patch release v0.10.3.post1 fixes a dependency issue caused by a breaking change in uvicorn==0.36.0.
Key Highlights
- Pins uvicorn dependency to fix AttributeError
- Addresses breaking change in uvicorn 0.36.0
New Features
- uvicorn dependency pinning to mitigate Config object error
Full Release Notes
This patch release is a minor bump over v0.10.3 to fix a dependency issue caused by a breaking change in `uvicorn==0.36.0`: - Pin `uvicorn` dependency to mitigate `AttributeError: 'Config' object has no attribute 'setup_event_loop'` error. (#7287) If you see an issue like above, upgrade your SkyPilot with: ```bash pip install "skypilot==0.10.3.post1" # Restart your local API server sky api stop; sky api start ``` If you are using a remote API server, it should still work with v0.10.3.