| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-18 | 321 Bytes | |
| v3.17.1 source code.tar.gz | 2026-09-18 | 23.2 MB | |
| v3.17.1 source code.zip | 2026-09-18 | 23.9 MB | |
| Totals: 3 Items | 47.1 MB | 0 | |
Bugfix
- Revert the change from 3.17.0 that registered
page('/')on a prefixedAPIRouterwithout trailing slash, because it broke relative links likeui.navigate.to('item')on such pages; the route is/prefix/again as in 3.16 and as in FastAPI, and [#6281] is reopened (#6346 by @KrilleGH, @falkoschindler)