Skip to content

Commit

Permalink
test: pin versions for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Yun committed Jul 4, 2024
1 parent 373f75b commit 9d0c5d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Chore

- Pin requests/urllib version on Python 3.9
- Pin requests/urllib version on Python 3.7+

## [3.0.1] - 2024-06-25

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ arrow>=1.0.0,<2.0.0; python_version >= '3.6'
iso8601>=0.1.14
six>=1.11.0
qiniu>=7.3.1
requests<=2.31.0; python_version >= '3.8'
urllib3<=1.26.18; python_version >= '3.8'
requests<=2.31.0; python_version >= '3.7'
urllib3<=1.26.18; python_version >= '3.7'
requests-toolbelt==1.0.0
Werkzeug>=0.16.0,<2.0.0
secure-cookie>=0.1.0,<1.0.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'iso8601>=0.1.14',
'six>=1.11.0',
'qiniu==7.3.1',
"requests<=2.31.0; python_version >= '3.8'",
"urllib3<=1.26.18; python_version >= '3.8'",
"requests<=2.31.0; python_version >= '3.7'",
"urllib3<=1.26.18; python_version >= '3.7'",
'requests-toolbelt>=1.0.0',
'Werkzeug>=0.16.0,<2.0.0',
'secure-cookie>=0.1.0,<1.0.0',
Expand Down

0 comments on commit 9d0c5d4

Please sign in to comment.