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
A security issue tracked as CVE-2026-48710 has been fixed in Starlette 1.0.1, but the current upper bound prevents downstream users from upgrading to a patched version through normal dependency resolution.
The current dependency specification in
pyproject.tomlrestricts Starlette to versions below1.0.0:A security issue tracked as CVE-2026-48710 has been fixed in Starlette
1.0.1, but the current upper bound prevents downstream users from upgrading to a patched version through normal dependency resolution.References