From 763d9c3274d676bea76d091b01fca180226c0616 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 19 Feb 2022 15:09:20 -0600 Subject: [PATCH] Add version changed directive to Client.search_all_tweets documentation --- tweepy/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index e02611d..67547a9 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -719,6 +719,9 @@ class Client: The Tweets returned by this endpoint count towards the Project-level `Tweet cap`_. + .. versionchanged:: 4.6 + Added ``sort_order`` parameter + Parameters ---------- query : str -- 2.25.1