Skip to content

fix(deps, pyamber): bump praw from 7.6.1 to 8.0.2 in /amber - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/amber/praw-8.0.2
Open

fix(deps, pyamber): bump praw from 7.6.1 to 8.0.2 in /amber#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/amber/praw-8.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps praw from 7.6.1 to 8.0.2.

Release notes

Sourced from praw's releases.

v8.0.2

Changed

  • Reword property docstrings and clarify in the 8.0.0 change log that arguments deprecated for positional use in v7 are now keyword-only. Maintenance and documentation only; no functional changes.

v8.0.1

Fixed

  • Declare __all__ in praw and praw.models so that, now that PRAW ships a py.typed marker, type checkers recognize documented imports such as from praw import Reddit and from praw.models import Redditor as public re-exports instead of reporting them as private.

v8.0.0

Added

  • Add support for Python 3.13.
  • Add support for Python 3.14.
  • Add support for optional Markdown-formatted selftext when submitting link, image, gallery, and video posts.
  • Add a :ref:migration guide <praw8_migration> covering all breaking changes in PRAW 8.
  • Add :class:.Media and its subclasses :class:.EmojiMedia, :class:.PostMedia, :class:.StylesheetAsset, :class:.StylesheetImage, and :class:.WidgetMedia to consolidate media uploads. Media can be constructed from a file path, or from bytes content along with a name, so media no longer has to be written to disk before uploading.
  • :class:.Announcement and :class:.AnnouncementHelper, exposed as :attr:.Reddit.announcements, for listing, hiding, and marking the currently authenticated user's announcements as read. Provides :meth:.Announcement.hide, :meth:.Announcement.mark_read, :meth:.AnnouncementHelper.hide, :meth:.AnnouncementHelper.mark_read, and :meth:.AnnouncementHelper.mark_all_read. :attr:.Announcement.sent_datetime and :attr:.Announcement.read_datetime return the announcement's sent_at and read_at timestamps as timezone-aware :class:datetime.datetime objects (read_datetime is None for unread announcements).
  • :meth:.Redditor.overview to iterate over a Redditor's combined comments and submissions, mirroring the user overview page on Reddit.
  • An exception_handler keyword argument to :func:.stream_generator (and thus all stream methods) that is invoked with any exception raised while fetching items, allowing the stream to resume rather than terminate. Re-raise from the handler to stop the stream.
  • :attr:~.Comment.created_datetime to objects with a creation time (for example :class:.Comment, :class:.Submission, :class:.Redditor, :class:.Subreddit, :class:.Collection, and :class:.ModNote), returning a timezone-aware :class:datetime.datetime.
  • :attr:~.Collection.updated_datetime to :class:.Collection, :attr:~.PollData.voting_end_datetime to :class:.PollData, and

... (truncated)

Changelog

Sourced from praw's changelog.

############ Change Log ############

praw follows semantic versioning <https://semver.org/>_.


Unreleased



8.0.2 (2026/06/24)


Changed

  • Reword property docstrings and clarify in the 8.0.0 change log that arguments deprecated for positional use in v7 are now keyword-only. Maintenance and documentation only; no functional changes.

8.0.1 (2026/06/15)


Fixed

  • Declare __all__ in praw and praw.models so that, now that PRAW ships a py.typed marker, type checkers recognize documented imports such as from praw import Reddit and from praw.models import Redditor as public re-exports instead of reporting them as private.

8.0.0 (2026/06/14)


Added

  • Add support for Python 3.13.
  • Add support for Python 3.14.
  • Add support for optional Markdown-formatted selftext when submitting link, image, gallery, and video posts.
  • Add a :ref:migration guide <praw8_migration> covering all breaking changes in PRAW 8.
  • Add :class:.Media and its subclasses :class:.EmojiMedia, :class:.PostMedia, :class:.StylesheetAsset, :class:.StylesheetImage, and :class:.WidgetMedia to consolidate media uploads. Media can be constructed from a file path, or from bytes content along with a name, so media no longer has to be written to disk before uploading.
  • :class:.Announcement and :class:.AnnouncementHelper, exposed as :attr:.Reddit.announcements, for listing, hiding, and marking the currently

... (truncated)

Commits
  • 1c27bac Bump to v8.0.2
  • 9bc62c7 Merge pull request #2164 from praw-dev/changelog-8.0.2-notes
  • 265c207 Add 8.0.2 change log notes
  • b027ba4 Merge pull request #2163 from praw-dev/changelog-keyword-only-args
  • f070427 Document v8 keyword-only argument change in changelog
  • 6388ae3 Merge pull request #2161 from praw-dev/update/pre-commit-hooks
  • ccfcfc2 Reword property docstrings for ruff property-docstring-starts-with-verb
  • cf51d3e Merge pull request #2162 from praw-dev/dependabot/uv/vcrpy-8.2.1
  • f22d798 Bump vcrpy from 8.1.1 to 8.2.1
  • 1d24b6b Update pre-commit hooks
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [praw](https://github.com/praw-dev/praw) from 7.6.1 to 8.0.2.
- [Release notes](https://github.com/praw-dev/praw/releases)
- [Changelog](https://github.com/praw-dev/praw/blob/main/CHANGES.rst)
- [Commits](praw-dev/praw@v7.6.1...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 13, 2026
@github-actions

Copy link
Copy Markdown

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • Contributors with relevant context: @aglinxinyuan
    You can notify them by mentioning @aglinxinyuan in a comment.

@github-actions

Copy link
Copy Markdown

✅ No material benchmark regressions detected

🟢 0 better · 🔴 0 worse · ⚪ 15 noise (<±5%) · 0 without baseline

Compared against main e029e0d benchmarked on this same runner, so the delta is largely free of cross-runner hardware noise. The "7d avg" column still reflects the gh-pages dashboard. Treat <±5% as noise unless repeated.

Dashboard · Run

config throughput MB/s latency max Δ latest / 7d
bs=10 sw=10 sl=64 412 0.251 23,302/33,958/33,958 us ⚪ within ±5% / ⚪ within ±5%
bs=100 sw=10 sl=64 826 0.504 117,083/137,322/137,322 us ⚪ within ±5% / ⚪ within ±5%
bs=1000 sw=10 sl=64 954 0.582 1,045,287/1,102,566/1,102,566 us ⚪ within ±5% / ⚪ within ±5%
Baseline details

Latest main e029e0d from same runner

config metric PR latest main 7d avg Δ latest Δ 7d
bs=10 sw=10 sl=64 throughput 412 tuples/sec 397 tuples/sec n/a +3.8% n/a
bs=10 sw=10 sl=64 MB/s 0.251 MB/s 0.243 MB/s n/a +3.3% n/a
bs=10 sw=10 sl=64 p50 23,302 us 23,746 us n/a -1.9% n/a
bs=10 sw=10 sl=64 p95 33,958 us 34,268 us n/a -0.9% n/a
bs=10 sw=10 sl=64 p99 33,958 us 34,268 us n/a -0.9% n/a
bs=100 sw=10 sl=64 throughput 826 tuples/sec 837 tuples/sec n/a -1.3% n/a
bs=100 sw=10 sl=64 MB/s 0.504 MB/s 0.511 MB/s n/a -1.4% n/a
bs=100 sw=10 sl=64 p50 117,083 us 119,194 us n/a -1.8% n/a
bs=100 sw=10 sl=64 p95 137,322 us 136,353 us n/a +0.7% n/a
bs=100 sw=10 sl=64 p99 137,322 us 136,353 us n/a +0.7% n/a
bs=1000 sw=10 sl=64 throughput 954 tuples/sec 945 tuples/sec n/a +1.0% n/a
bs=1000 sw=10 sl=64 MB/s 0.582 MB/s 0.577 MB/s n/a +0.9% n/a
bs=1000 sw=10 sl=64 p50 1,045,287 us 1,064,852 us n/a -1.8% n/a
bs=1000 sw=10 sl=64 p95 1,102,566 us 1,118,328 us n/a -1.4% n/a
bs=1000 sw=10 sl=64 p99 1,102,566 us 1,118,328 us n/a -1.4% n/a
Raw CSV
config_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,485.74,200,128000,412,0.251,23302.14,33958.11,33958.11
1,100,10,64,20,2420.06,2000,1280000,826,0.504,117083.27,137321.93,137321.93
2,1000,10,64,20,20963.71,20000,12800000,954,0.582,1045286.70,1102566.26,1102566.26

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 pyamber python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants