-
-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specify version requirements for urllib3
urllib3 versions 1.24.1 and 1.24.2 cause HTTP requests to https://www.artstation.com/users/<username>/quick.json to fail with a 403: Forbidden status code (#227), and provoke a CAPTCHA response after solving a Cloudflare challenge.
- Loading branch information
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
requests>=2.11.0 | ||
urllib3>=1.16, !=1.24.1, !=1.24.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters