Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyuploadcare from 2.5.0 to 4.0.0 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2022

Bumps pyuploadcare from 2.5.0 to 4.0.0.

Release notes

Sourced from pyuploadcare's releases.

Version 4.0.0

This version introduce support of the REST API v0.7.

Breaking changes

  • For File.info:
    • File information doesn't return image_info and video_info fields anymore, they were moved into field content_info that includes mime-type, image (dimensions, format, etc), video information (duration, format, bitrate, etc), audio information, etc.
    • Removed rekognition_info in favor of appdata.
  • For file_list method of FileList:
    • Removed the option of sorting the file list by file size.
  • For File:
    • Removed method copy in favor of local_copy and remote_copy methods.
    • Files to upload must be opened in a binary mode.

Added

  • For File.info:
    • Field metadata that includes arbitrary metadata associated with a file.
    • Field appdata that includes dictionary of application names and data associated with these applications.
  • Add Uploadcare API interfaces for Uploadcare:
    • MetadataAPI
    • AddonsAPI
  • Added an option to delete a Group.

Fixed

  • Limit for batch operation is set to 100 (doc).
  • Iterating over long collections in batch operation.
  • Akamai signed URL generation.

Version 3.2.0

Changed

  • freeze httpx dependency for py37+ (=0.23.0) to prevent breaking changes in processing files opened in text mode

Fixed

  • Akamai signed URL generation

Version 3.1.0

What's changed

  • Bumped httpx dependency for Python 3.7+
  • Rename header with throttling data into retry-after
  • Use md-format for HISTORY and README files
  • Argument allow_redirects in request method of Client is deprecated, follow_redirects is preferable to use

Version 3.0.1

What's changed

... (truncated)

Changelog

Sourced from pyuploadcare's changelog.

4.0.0 - 2022-12-26

Now uses REST API v0.7.

Breaking changes

  • For File.info:
    • File information doesn't return image_info and video_info fields anymore, they were moved into field content_info that includes mime-type, image (dimensions, format, etc), video information (duration, format, bitrate, etc), audio information, etc.
    • Removed rekognition_info in favor of appdata.
  • For file_list method of FileList:
    • Removed the option of sorting the file list by file size.
  • For File:
    • Removed method copy in favor of local_copy and remote_copy methods.
    • Files to upload must be opened in a binary mode.

Added

  • For File.info:
    • Field metadata that includes arbitrary metadata associated with a file.
    • Field appdata that includes dictionary of application names and data associated with these applications.
  • Add Uploadcare API interfaces for Uploadcare:
    • MetadataAPI
    • AddonsAPI
  • Added an option to delete a Group.

Fixed

  • Limit for batch operation is set to 100 (doc).
  • Iterating over long collections in batch operation.
  • Akamai signed URL generation.

3.2.0 - 2022-12-19

Changed

  • Freezed httpx dependency for py37+ (=0.23.0) to prevent breaking changes in processing files opened in the text mode.

Fixed

  • Akamai signed URL generation.

3.1.0 - 2022-10-24

Changed

  • Bumped httpx dependency for py37+.
  • Add follow_redirects argument for Client request method.
  • Using allow_redirects argument is allowed, but will cause a deprecating warning.
  • Bumped black dependency.

... (truncated)

Commits
  • 04c6069 Fix/documentation (#233)
  • 02b94a3 fix test matrix for github workflow (#232)
  • 1852ef4 Update HISTORY.md
  • a4b7304 Merge pull request #222 from uploadcare/feature/new-v4-base
  • dc97fb0 wrap exceptions for webhook in more explicit way
  • 5be3df3 use last stored_datetime from files for group
  • be6874d make type hints shorter
  • 1644b08 fix formatting
  • 59ca6da merge main into feature/new-v4-base
  • 2f177c9 fix batching, add coercing to File-resource for file-related ref coll… (#227)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyuploadcare](https://github.com/uploadcare/pyuploadcare) from 2.5.0 to 4.0.0.
- [Release notes](https://github.com/uploadcare/pyuploadcare/releases)
- [Changelog](https://github.com/uploadcare/pyuploadcare/blob/main/HISTORY.md)
- [Commits](uploadcare/pyuploadcare@v2.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pyuploadcare
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants