Skip to content

FicImageScript v3.0.0

Compare
Choose a tag to compare
@Jemeni11 Jemeni11 released this 30 Oct 14:35
· 9 commits to main since this release
e4f7424

Installation

  • From PyPI
    pip install FicImageScript==3.0.0
  • Using the Wheel File
    pip install FicImageScript-3.0.0-py3-none-any.whl
  • Using the Source Tarball File
    pip install FicImageScript-3.0.0.tar.gz

Changelog

Security

  • Updated the requests dependency to ensure compatibility with version 2.31.0 or higher to mitigate CVE-2023-32681 security issue.

Changed

  • Modified requirements to use "compatible with" (>=) instead of "exact version" (==) when installing to prevent potential conflicts with previously installed software.

Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v2.1.0...v3.0.0