Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(deps): update dependency asyncpraw to v7.8.1 #148

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
asyncpraw (changelog) ==7.7.1 -> ==7.8.1 age adoption passing confidence

Release Notes

praw-dev/asyncpraw (asyncpraw)

v7.8.1

Compare Source

Changed

  • Bump asyncprawcore minimum version.

v7.8.0

Compare Source

Added

  • :meth:~.SubredditLinkFlairTemplates.reorder to reorder a subreddit's link flair
    templates.

  • :meth:~.SubredditRedditorFlairTemplates.reorder to reorder a subreddit's redditor
    flair templates.

  • Experimental :meth:~.Submission._edit_experimental for adding new inline media or
    editing a submission that has inline media.

    .. danger::

    This method is experimental. It is reliant on undocumented API endpoints and may
    result in existing inline media not displaying correctly and/or creating a
    malformed body. Use at your own risk. This method may be removed in the future
    without warning.
    

    This method is identical to :meth:.Submission.edit except for the following:

    • The ability to add inline media to existing posts.
    • Additional preserve_inline_media keyword argument to allow Async PRAW to attempt
      to preserve the existing inline media when editing a post. This is an experimental
      fix for an issue that occurs when editing a post with inline media would cause the
      media to lose their inline appearance.
  • :func:.stream_generator now accepts the continue_after_id parameter, which
    starts the stream after a given item ID.

  • Support for new share URL format created from Reddit's mobile apps.

  • :class:.Reddit has a new configurable parameter, window_size. This tells PRAW
    how long reddit's rate limit window is. This defaults to 600 seconds and shouldn't
    need to be changed unless reddit changes the size of their rate limit window.

Fixed

  • An issue where submitting a post with media would fail due to an API change.

Changed

  • Drop support for Python 3.7, which is end-of-life on 2023-06-27.

Fixed

  • XML parsing error when media uploads fail.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/asyncpraw-7.x branch from e8b5e7a to dbc6143 Compare December 28, 2024 18:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants