File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+
6+ ## [ 0.9.1] ( https://github.com/sns-sdks/python-twitter/v0.9.1 ) (2024-03-18)
7+
8+ ### Features
9+
10+ - Add new apis for users search, trends.
11+ - Add new fields for User object and Tweet object.
12+
13+ ### Fix
14+
15+ - Fix oauth1.0 redirect url parameter.
16+
17+
518## [ 0.9.0] ( https://github.com/sns-sdks/python-twitter/v0.9.0 ) (2023-11-22)
619
720### Features
Original file line number Diff line number Diff line change 1616class TweetAttachments (BaseModel ):
1717 poll_ids : Optional [List [str ]] = field (default = None , repr = False , compare = False )
1818 media_keys : Optional [List [str ]] = field (default = None , repr = False , compare = False )
19- media_source_tweet_id : Optional [List [str ]] = field (default = None , repr = False , compare = False )
19+ media_source_tweet_id : Optional [List [str ]] = field (
20+ default = None , repr = False , compare = False
21+ )
2022
2123
2224@dataclass
You canβt perform that action at this time.
0 commit comments