Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps tweepy from 4.10.0 to 4.11.0.

Release notes

Sourced from tweepy's releases.

4.11.0

New Features / Improvements

  • Add support for retrieving edited Tweet metadata
    • Add support for include_ext_edit_control parameter for API methods (e122f35, e736770)
    • Add support for edit_history_tweet_ids and edit_controls Tweet fields (#1979, a1c104f)
  • Add asynchronous.AsyncPaginator for pagination for AsyncClient (33e444a)
  • Add support for exclude parameter for get_quote_tweets (4f28bd8, 17e02b7, 48ebdb7)

Bug Fixes

  • Handle 429 HTTP errors for streaming (#1982, #1986)
  • Lower API v2 streaming timeout to 20 seconds (#1986)
  • Regenerate Authorization header prior to any reconnection requests for AsyncStream (29bbb7b, a4c6325, 5ade386)
  • Use tuple for endpoint_parameters argument in API.indicate_direct_message_typing (396ab84)
  • Update models.List methods to pass keyword arguments to API methods (#1987)
  • Update models.List methods to use list ID instead of slug (73f6308)

Misc

  • Log text of HTTP response when handling request error in AsyncBaseStream (51c3762)
  • Update signature for get_list_tweets in documentation (86577b1)
    • Add media_fields, place_fields, and poll_fields parameters
  • Add version changed directive to documentation for get_list_tweets (5cb2616)
  • Improve documentation for wait_on_rate_limit parameter for streaming (#1986)
  • Add release dates to changelog (f665ce6, eafa665, 3f0cc76)
  • Add sections for old and previously missing versions to changelog (6aa1b77)
  • Update cassettes for testing methods that return Tweet objects (872b33e)

4.10.1

Bug Fixes

  • Fix AsyncBaseClient rate limit handling (#1902)
  • Fix handling of StreamRule when passed in list to StreamingClient.delete_rules or AsyncStreamingClient.delete_rules (#1942)
  • Add support for media_fields, place_fields, and poll_fields parameters for Client.get_list_tweets and AsyncClient.get_list_tweets (#1931)
  • Ignore AsyncClient method parameters explicitly passed as None (#1944)

Misc

  • Log text of HTTP response when handling request error in BaseStream (598ea64)
  • Update Requests documentation URL for Intersphinx linking (2c7213d)
  • Correct typo in documentation for StreamingClient and AsyncStreamingClient add_rules and delete_rules methods (#1937)
Changelog

Sourced from tweepy's changelog.

Version 4.11.0 (2022-10-24)

New Features / Improvements

  • Add support for retrieving edited Tweet metadata
    • Add support for include_ext_edit_control parameter for API methods (e122f35, e736770)
    • Add support for edit_history_tweet_ids and edit_controls Tweet fields (#1979, a1c104f)
  • Add asynchronous.AsyncPaginator for pagination for AsyncClient (33e444a)
  • Add support for exclude parameter for get_quote_tweets (4f28bd8, 17e02b7, 48ebdb7)

Bug Fixes

  • Handle 429 HTTP errors for streaming (#1982, #1986)
  • Lower API v2 streaming timeout to 20 seconds (#1986)
  • Regenerate Authorization header prior to any reconnection requests for AsyncStream (29bbb7b, a4c6325, 5ade386)
  • Use tuple for endpoint_parameters argument in API.indicate_direct_message_typing (396ab84)
  • Update models.List methods to pass keyword arguments to API methods (#1987)
  • Update models.List methods to use list ID instead of slug (73f6308)

Misc

  • Log text of HTTP response when handling request error in AsyncBaseStream (51c3762)
  • Update signature for get_list_tweets in documentation (86577b1)
    • Add media_fields, place_fields, and poll_fields parameters
  • Add version changed directive to documentation for get_list_tweets (5cb2616)
  • Improve documentation for wait_on_rate_limit parameter for streaming (#1986)
  • Add release dates to changelog (f665ce6, eafa665, 3f0cc76)
  • Add sections for old and previously missing versions to changelog (6aa1b77)
  • Update cassettes for testing methods that return Tweet objects (872b33e)

Version 4.10.1 (2022-08-22)

Bug Fixes

  • Fix AsyncBaseClient rate limit handling (#1902)
  • Fix handling of StreamRule when passed in list to StreamingClient.delete_rules or AsyncStreamingClient.delete_rules (#1942)
  • Add support for media_fields, place_fields, and poll_fields parameters for Client.get_list_tweets and AsyncClient.get_list_tweets (#1931)
  • Ignore AsyncClient method parameters explicitly passed as None (#1944)

Misc

  • Log text of HTTP response when handling request error in BaseStream (598ea64)
  • Update Requests documentation URL for Intersphinx linking (2c7213d)
  • Correct typo in documentation for StreamingClient and AsyncStreamingClient add_rules and delete_rules methods (#1937)
Commits
  • 18a34f0 Release v4.11.0
  • d936790 Add changelog for version 4.11.0
  • a1c104f Add version changed directive to documentation for Tweet
  • e736770 Add version changed directive to documentation for API
  • 3f0cc76 Update changelog references in FAQ
  • 7f0d587 Improve documentation for wait_on_rate_limit parameter for streaming
  • 3a71c9e Lower API v2 streaming timeout to 20 seconds
  • d7f2622 Handle 429 HTTP errors for streaming
  • 42c80d4 Normalize import order in asynchronous.init
  • 73f6308 Update models.List methods to use list ID instead of slug
  • 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 4.10.0 to 4.11.0.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v4.10.0...v4.11.0)

---
updated-dependencies:
- dependency-name: tweepy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2022

Superseded by #155.

@dependabot dependabot bot closed this Oct 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/tweepy-4.11.0 branch October 28, 2022 23:12
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.

1 participant