0.14.3
📦 fasthtmlView on GitHub →
✨ 3 features🔧 1 symbols
Summary
This release introduces configurable multipart upload size limits and updates the core HTTP client dependency to httpx2, alongside improvements to async waiting in JupyUvi.
Migration Steps
- If you rely on specific behavior related to multipart form uploads, review the new `max_part_size` configuration.
- Ensure compatibility with the updated httpx2 dependency.
✨ New Features
- Added configurable `max_part_size` for multipart form uploads (default 100MB).
- Updated to httpx2 as required by starlette.
- Improved `JupyUvi.stop` and async waiting.