You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restrict uvicorn version to avoid notebook creation issues (#6453) (#6467)
Fixes#6453
Updated the uvicorn dependency in pyproject.toml to specify a version
range of >=0.22.0,<0.36.0 to prevent issues with notebook creation
introduced in version 0.36.0.
---------
Co-authored-by: Trevor Manz <[email protected]>
0 commit comments