Download Latest Version v0.14.1 source code.tar.gz (3.2 MB)
Email in envelope

Get an email when there's a new version of FastHTML

Home / 0.14.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-10 992 Bytes
v0.14.0 source code.tar.gz 2026-05-10 3.2 MB
v0.14.0 source code.zip 2026-05-10 3.2 MB
Totals: 3 Items   6.4 MB 0

Breaking changes

The following imports have been removed from fasthtml.common:

:::py
import uvicorn
from apswutils import Database
from fastlite import *
from .pico import *

New Features

  • Speed up imports (#876)
  • Add class-based route groups: @rt on a class registers each HTTP method handler at the same path (#872)
  • daemon JupyUvi for notebook testing (#869), thanks to @kafkasl
  • Add FastHTMLTestClient with session decoding and get_testclient method (#868)
  • allow multiple route before functions (#867), thanks to @RensDimmendaal
  • Add "route beforeware" (#866)
Source: README.md, updated 2026-05-10