Skip to content

Commit 53481e3

Browse files
Add note to HISTORY indicating oauthlib 3.0.0
1 parent 41706b5 commit 53481e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ History
44
UNRELEASED
55
++++++++++
66

7-
- Avoid automatic netrc authentication for OAuth2Session.
7+
- This project now depends on OAuthlib 3.0.0 and above. It does **not** support
8+
versions of OAuthlib before 3.0.0.
89
- Updated oauth2 tests to use 'sess' for an OAuth2Session instance instead of `auth`
910
because OAuth2Session objects and methods acceept an `auth` paramether which is
1011
typically an instance of `requests.auth.HTTPBasicAuth`
@@ -14,6 +15,7 @@ UNRELEASED
1415
correctly provide the `client_id`. The older implementation also did not raise
1516
the correct exceptions when username and password are not present on Legacy
1617
clients.
18+
- Avoid automatic netrc authentication for OAuth2Session.
1719

1820
v1.1.0 (9 January 2019)
1921
+++++++++++++++++++++++

0 commit comments

Comments
 (0)