Skip to content

Releases: ioxiocom/fastapi-standalone-docs

0.2.0

24 Feb 14:55
ca74c35

Choose a tag to compare

What's Changed

  • Updates by @joakimnordling in #8

    Removed:

    • Support for Python 3.8, it was EOL already on 2024-10-07.

    A bunch of updates:

    • ReDoc to 2.4.0.
    • SwaggerUI to 5.19.0.
    • FastAPI favicon (also updated to pull it from GitHub due to permission error when pulling from old URL with urlretrieve).
    • Updated FastAPI requirement to >=0.109.1, older versions had some CVE according to skjold.

    Internal updates:

    • Run tests with python 3.12 and 3.13 as well.
    • Pre-commit hooks.
    • A lot of dev-dependencies.
    • Updated referenced GitHub actions.
    • Locked poetry to latest 1.8.x version in the GitHub workflows, had some issues in another library with 2.x and uploads to PyPI.
    • Updated a lot of the dependencies in the lockfile that were outdated; doesn't really make any difference for those who just install the final package.

Full Changelog: 0.1.6...0.2.0