Skip to content

Commit dc5628e

Browse files
author
huangliling
committed
尝试解决依赖库版本问题
1 parent acba3e2 commit dc5628e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Fixed
44

5-
- TBD
5+
- Enable TCP keepalive socket option to fix "Connection reset by peer" problem. https://github.com/psf/requests/issues/4664
66

77
## [3.0.0] - 2024-04-08
88

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ arrow>=1.0.0,<2.0.0; python_version >= '3.6'
33
iso8601>=0.1.14
44
six>=1.11.0
55
qiniu>=7.3.1
6-
requests>=2.25.1
7-
requests-toolbelt>=1.0.0
6+
requests<=2.31.0
7+
urllib3<=1.26.18
8+
requests-toolbelt==1.0.0
89
Werkzeug>=0.16.0,<2.0.0
910
secure-cookie>=0.1.0,<1.0.0
1011
gevent>=22.10.2,<23.0.0

0 commit comments

Comments
 (0)