This repository was archived by the owner on Jan 31, 2026. It is now read-only.
Releases: Quart-Addons/quart-uploads
Releases · Quart-Addons/quart-uploads
Version 0.0.4 Release
Version 0.0.3. Release
General:
- Cleaned up package files.
- Cleaned up test files.
- Added a
quart_uploads.config.Userclass, which stores the configurations for the sets onQuart.extensionson the key uploads. This allows typing to occur and is a true python dictionary. - Moved all the provided file extensions to dataclass.
pyproject.toml file:
- Changed version number to match this release.
- Updated dependencies required - Specifically versions.
- Added types-aiofiles.
Full Changelog: 0.0.2...0.0.3
Version 0.0.2 Release
The following was changed during this release:
General:
- Tested extension using Python 3.12.
- Extension now supports Python 3.11 and 3.12.
Dev Container:
- devcontainer.json: Changed name, vscode extensions, and
postCreateCommand.postCreateCommanddoesn't use shell script anymore. - Dockerfile: Updated docker version to be 3.12 and removed unused commands.
- Removed
postCreateCommand.shfile, since no longer needed.
pyproject.toml file:
- Changed version number to match this release.
- Added Python 3.11 and 3.12 to classifiers.
- Updated Python version to be >= 3.8.
- Updated Quart version to match latest release.
- Added tool.black
- Added tool.isort
- Added tool.mypy
Initial Realease
This is the initial release of Quart Uploads.