Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Releases: Quart-Addons/quart-uploads

Version 0.0.4 Release

05 Oct 20:14

Choose a tag to compare

General production release. Just cleaned up a few files and added py.typed file.

Version 0.0.3. Release

11 Sep 21:55

Choose a tag to compare

General:

  1. Cleaned up package files.
  2. Cleaned up test files.
  3. Added a quart_uploads.config.User class, which stores the configurations for the sets on Quart.extensions on the key uploads. This allows typing to occur and is a true python dictionary.
  4. Moved all the provided file extensions to dataclass.

pyproject.toml file:

  1. Changed version number to match this release.
  2. Updated dependencies required - Specifically versions.
  3. Added types-aiofiles.

Full Changelog: 0.0.2...0.0.3

Version 0.0.2 Release

24 Nov 17:39

Choose a tag to compare

The following was changed during this release:

General:

  1. Tested extension using Python 3.12.
  2. Extension now supports Python 3.11 and 3.12.

Dev Container:

  1. devcontainer.json: Changed name, vscode extensions, and postCreateCommand. postCreateCommand doesn't use shell script anymore.
  2. Dockerfile: Updated docker version to be 3.12 and removed unused commands.
  3. Removed postCreateCommand.sh file, since no longer needed.

pyproject.toml file:

  1. Changed version number to match this release.
  2. Added Python 3.11 and 3.12 to classifiers.
  3. Updated Python version to be >= 3.8.
  4. Updated Quart version to match latest release.
  5. Added tool.black
  6. Added tool.isort
  7. Added tool.mypy

Initial Realease

07 Aug 18:36

Choose a tag to compare

This is the initial release of Quart Uploads.