0.14.12
📦 fasthtmlView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release addresses two bugs: one related to passing annotations in `add_sig_param` and another concerning argument handling in POST routes when `f` is used as a parameter.
🐛 Bug Fixes
- Fix: `add_sig_param` now correctly passes annotations to Parameter.
- Fix: Resolved an issue where `_handle` received multiple values for argument `f` when a POST route used `f` as an argument.