Skip to content

Commit 6fd43b5

Browse files
authored
Merge pull request #558 from leancloud/release/3.0.1
chore: prepare release
2 parents 2896a12 + dc5628e commit 6fd43b5

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## [3.0.0] - 2022-11-24
1+
## [3.0.1] - 2024-06-25
2+
3+
## Fixed
4+
5+
- Enable TCP keepalive socket option to fix "Connection reset by peer" problem. https://github.com/psf/requests/issues/4664
6+
7+
## [3.0.0] - 2024-04-08
28

39
## Change
410

@@ -37,7 +43,7 @@
3743
### Fixed
3844

3945
- created_at and updated_at were missing on LCFile.
40-
- updated_at was missing on new created LCObject.
46+
- updated_at was missing on new created LCObject.
4147

4248
## [2.9.8] - 2021-12-10
4349

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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
8-
urllib3<2
6+
requests<=2.31.0
7+
urllib3<=1.26.18
8+
requests-toolbelt==1.0.0
99
Werkzeug>=0.16.0,<2.0.0
1010
secure-cookie>=0.1.0,<1.0.0
1111
gevent>=22.10.2,<23.0.0

setup.py

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

2323
setup(
2424
name='leancloud',
25-
version='3.0.0',
25+
version='3.0.1',
2626
description='LeanCloud Python SDK',
2727
url='https://leancloud.cn/',
2828
author='asaka',

0 commit comments

Comments
 (0)