Skip to content

Bump tweepy from 3.10.0 to 4.0.0#8

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tweepy-4.0.0
Closed

Bump tweepy from 3.10.0 to 4.0.0#8
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tweepy-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 27, 2021

Copy link
Copy Markdown

Bumps tweepy from 3.10.0 to 4.0.0.

Release notes

Sourced from tweepy's releases.

4.0.0

Major New Features / Improvements

  • Support Twitter API v2 (#1472, #1535)

    • Replace API v1.1 models in package namespace
  • Rework media uploading (#640, #1486, #1501)

  • Support asynchronous streaming (#732, #1491)

  • Rework API

    • Replace bind_api and APIMethod with API.request
      • Stop using property decorators for API methods
      • Use pagination decorator
    • Add requests.Session instance as API.session attribute (2f28757)
      • Initialize a single requests.Session instance per API instance, rather than for each request
    • Log warning when API.request is passed an unexpected keyword argument that isn't an endpoint parameter (c82d7ac)
    • Rename allowed parameters (allowed_param) to endpoint parameters (endpoint_parameters) (b4fc6a0)
    • Rename methods and method parameters (see Breaking Changes section)
    • Require parameters for methods (see Breaking Changes section)
    • Stop allowing arbitrary positional arguments for methods (see Breaking Changes section)
    • Remove unnecessary attributes and parameters (see Breaking Changes section)
    • Improve, optimize, and simplify API.request and other API methods
  • Rework streaming

    • StreamListener has been merged into Stream (see Breaking Changes section)
    • Stream data/event handling methods (i.e. those starting with on_) now log by default and disregard return values
    • Allow the stream to disconnect when any line of data is received, including keep-alive signals (#773, #897)
    • Remove, rename, and replace attributes, methods, and parameters (see Breaking Changes section)
    • Improve, optimize, and simplify Stream
  • Rework documentation

    • Automatically use docstrings for documentation
    • Use NumPy style docstrings
    • Use Intersphinx linking
    • Add tooltips for cross references using sphinx-hoverxref
    • Document Stream (18a6059)
    • Document models (0724060, 78a0c22)
    • Document pagination (695d531, 652fece)
    • Add table for API documentation (6db8e4c)
    • Separate documentation for exceptions (8a831b1)
    • Move changelog to documentation (fc98629)
    • Update, improve, and organize documentation
  • Rework exceptions

    • Replace TweepError with TweepyException (5c39cd1) and HTTPException (#599)
    • Replace RateLimitError with TooManyRequests (cd5f696)
    • Remove Parser.parse_error (cd5f696)
    • Add NotFound (2d84b27)
    • Add Unauthorized (3ffec76)
    • Add Forbidden (4a9bc58)

... (truncated)

Changelog

Sourced from tweepy's changelog.

Version 4.0.0

Major New Features / Improvements

  • Support Twitter API v2 (#1472, #1535)

    • Replace API v1.1 models in package namespace
  • Rework media uploading (#640, #1486, #1501)

  • Support asynchronous streaming (#732, #1491)

  • Rework API

    • Replace bind_api and APIMethod with API.request
      • Stop using property decorators for API methods
      • Use pagination decorator
    • Add requests.Session instance as API.session attribute (2f28757)
      • Initialize a single requests.Session instance per API instance, rather than for each request
    • Log warning when API.request is passed an unexpected keyword argument that isn't an endpoint parameter (c82d7ac)
    • Rename allowed parameters (allowed_param) to endpoint parameters (endpoint_parameters) (b4fc6a0)
    • Rename methods and method parameters (see Breaking Changes section)
    • Require parameters for methods (see Breaking Changes section)
    • Stop allowing arbitrary positional arguments for methods (see Breaking Changes section)
    • Remove unnecessary attributes and parameters (see Breaking Changes section)
    • Improve, optimize, and simplify API.request and other API methods
  • Rework streaming

    • StreamListener has been merged into Stream (see Breaking Changes section)
    • Stream data/event handling methods (i.e. those starting with on_) now log by default and disregard return values
    • Allow the stream to disconnect when any line of data is received, including keep-alive signals (#773, #897)
    • Remove, rename, and replace attributes, methods, and parameters (see Breaking Changes section)
    • Improve, optimize, and simplify Stream
  • Rework documentation

    • Automatically use docstrings for documentation
    • Use NumPy style docstrings
    • Use Intersphinx linking
    • Add tooltips for cross references using sphinx-hoverxref
    • Document Stream (18a6059)
    • Document models (0724060, 78a0c22)
    • Document pagination (695d531, 652fece)
    • Add table for API documentation (6db8e4c)
    • Separate documentation for exceptions (8a831b1)
    • Move changelog to documentation (fc98629)
    • Update, improve, and organize documentation
  • Rework exceptions

    • Replace TweepError with TweepyException (5c39cd1) and HTTPException (#599)
    • Replace RateLimitError with TooManyRequests (cd5f696)
    • Remove Parser.parse_error (cd5f696)
    • Add NotFound (2d84b27)

... (truncated)

Commits
  • dbb37dc Release v4.0.0
  • 80f9393 Add changelog for version 4.0.0
  • a8f0d58 Merge pull request #1662 from ideabrian/patch-1
  • 06ea542 Update cursor.py to fix typo
  • e4a588e Pop chunk_size kwarg before initializing upload in API.chunked_upload
  • 379e99a Add alt_text field for Media
  • faec7b1 Improve Tweet counts documentation section title case consistency
  • b4985e0 Add Client.unretweet, Client.get_retweeters, and Client.retweet
  • b20b236 Add Client.unmute and Client.mute
  • 25e2171 Improve Client.follow documentation consistency
  • 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 [tweepy](https://github.com/tweepy/tweepy) from 3.10.0 to 4.0.0.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v3.10.0...v4.0.0)

---
updated-dependencies:
- dependency-name: tweepy
  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 Sep 27, 2021
@dependabot @github

dependabot Bot commented on behalf of github Oct 4, 2021

Copy link
Copy Markdown
Author

Superseded by #9.

@dependabot dependabot Bot closed this Oct 4, 2021
@dependabot dependabot Bot deleted the dependabot/pip/tweepy-4.0.0 branch October 4, 2021 22:04
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