SkyPilot v0.10.3.post1
·
439 commits
to master
since this release
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
uvicorndependency to mitigateAttributeError: 'Config' object has no attribute 'setup_event_loop'error. (#7287)
If you see an issue like above, upgrade your SkyPilot with:
pip install "skypilot==0.10.3.post1"
# Restart your local API server
sky api stop; sky api startIf you are using a remote API server, it should still work with v0.10.3.