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
Eliminate the use of match statement and dataclass(kw_only=True) to
ensure compatibility with Python 3.9.
Remove duplicate import of starlette outside try block, causing tests to
fail when it's not installed.
0 commit comments