We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c897007 commit 9e448cdCopy full SHA for 9e448cd
atlassian/rest_client.py
@@ -5,7 +5,7 @@
5
import requests
6
7
try:
8
- from oauthlib.oauth1 import SIGNATURE_RSA_SHA512 as SIGNATURE_RSA
+ from oauthlib.oauth1.rfc5849 import SIGNATURE_RSA_SHA512 as SIGNATURE_RSA
9
except ImportError:
10
from oauthlib.oauth1 import SIGNATURE_RSA
11
from requests import HTTPError
0 commit comments