From f5cee979c393986a6c8c97d9363c5479d5f6a8e2 Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 2 Dec 2024 12:27:49 -0600 Subject: [PATCH] constrain requests-oauthlib<2 for tweepy --- recipe/patch_yaml/tweepy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/patch_yaml/tweepy.yaml diff --git a/recipe/patch_yaml/tweepy.yaml b/recipe/patch_yaml/tweepy.yaml new file mode 100644 index 000000000..2782fbe0b --- /dev/null +++ b/recipe/patch_yaml/tweepy.yaml @@ -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"