Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@evgkirov evgkirov released this 18 Jul 11:28
· 178 commits to main since this release
d565e79

This release brings official support for Python 3.11 and Django 4.2, as well as some nifty new features.

Minimum supported versions remain Python 3.6 and Django 1.11.

Added

  • For Uploadcare and UploadAPI:
    • upload_from_url and upload_from_url_sync can now accept two new optional parameters: check_duplicates and save_duplicates. These correspond to check_URL_duplicates and save_URL_duplicates for /from_url/ upload API endpoint respectively.
  • For FileGroup:
    • The delete method now includes an optional delete_files argument, which indicates whether the files within the specified group should also be deleted.

Changed

  • Bumped httpx dependency for py37+.
  • Bumped yarl dev dependency for py37+.
  • Bumped coverage dev dependency for py37+.
  • Tests are now run against Python 3.11 as well. The minimum supported version of Python remains 3.6.
  • Tests are now run against Django 4.0, 4.1 and 4.2 as well. The minimum supported version of Django remains 1.11.