File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ qiniu = ">=7.1.4,<7.2.4"
22
22
"urllib3" = " >=1.24.3,<=1.25.3"
23
23
requests = " >=2.20.0,<=2.22.0"
24
24
Werkzeug = " >=0.11.11,<1.0.0"
25
- gevent = " >=1.0 .2,<2 .0.0"
25
+ gevent = " >=22.10 .2,<23 .0.0"
26
26
typing = { version = " *" , markers = " python_version < '3.5.0'" }
27
27
pyopenssl = { version = " *" , markers = " python_version < '2.7.9'" }
28
28
idna = { version = " *" , markers = " python_version < '2.7.9'" }
29
+ markupsafe = " <=2.0.1"
Original file line number Diff line number Diff line change
1
+ ## [2.9.12] - 2022-11-24
2
+
3
+ ## Fixed
4
+
5
+ - Upgrade gevent version to support Python 3.11
6
+
1
7
## [2.9.11] - 2022-06-23
2
8
3
9
## Fixed
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ qiniu>=7.3.1
6
6
requests >= 2.25.1
7
7
Werkzeug >= 0.16.0 ,< 2.0.0
8
8
secure-cookie >= 0.1.0 ,< 1.0.0
9
- gevent >= 21.1.0 , < 22 .0.0
9
+ gevent >= 22.10.2 , < 23 .0.0
10
10
typing ; python_version < '3.5'
11
11
markupsafe <= 2.0.1
Original file line number Diff line number Diff line change 14
14
'requests>=2.25.1' ,
15
15
'Werkzeug>=0.16.0,<2.0.0' ,
16
16
'secure-cookie>=0.1.0,<1.0.0' ,
17
- 'gevent>=21.1.0,<22.0.0' ,
18
- "typing; python_version < '3.5'"
17
+ 'gevent>=22.10.2,<23.0.0' ,
18
+ "typing; python_version < '3.5'" ,
19
+ 'markupsafe<=2.0.1' ,
19
20
]
20
21
21
22
setup (
22
23
name = 'leancloud' ,
23
- version = '2.9.11 ' ,
24
+ version = '2.9.12 ' ,
24
25
description = 'LeanCloud Python SDK' ,
25
26
url = 'https://leancloud.cn/' ,
26
27
author = 'asaka' ,
You can’t perform that action at this time.
0 commit comments