Skip to content

Commit

Permalink
constrain requests-oauthlib<2 for tweepy
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Dec 2, 2024
1 parent dab0804 commit f5cee97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipe/patch_yaml/tweepy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# tweepy is not compatible with requests-oauthlib 2.0 yet
if:
name: tweepy
timestamp_lt: 1733163793000
then:
- tighten_depends:
name: requests-oauthlib
upper_bound: "2.0"

0 comments on commit f5cee97

Please sign in to comment.