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 an issue with mounting using a FastAPI router with a root path
- Fix a bug where the mount path was not correctly appended to the root
path of the FastAPI router
- Replace a raise statement with an assert, because the code is
unreachable if the input attribute has correct type
0 commit comments