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"
2222"urllib3" = " >=1.24.3,<=1.25.3"
2323requests = " >=2.20.0,<=2.22.0"
2424Werkzeug = " >=0.11.11,<1.0.0"
25- gevent = " >=1.0 .2,<2 .0.0"
25+ gevent = " >=22.10 .2,<23 .0.0"
2626typing = { version = " *" , markers = " python_version < '3.5.0'" }
2727pyopenssl = { version = " *" , markers = " python_version < '2.7.9'" }
2828idna = { 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+
17## [2.9.11] - 2022-06-23
28
39## Fixed
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ qiniu>=7.3.1
66requests >= 2.25.1
77Werkzeug >= 0.16.0 ,< 2.0.0
88secure-cookie >= 0.1.0 ,< 1.0.0
9- gevent >= 21.1.0 , < 22 .0.0
9+ gevent >= 22.10.2 , < 23 .0.0
1010typing ; python_version < '3.5'
1111markupsafe <= 2.0.1
Original file line number Diff line number Diff line change 1414 'requests>=2.25.1' ,
1515 'Werkzeug>=0.16.0,<2.0.0' ,
1616 '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' ,
1920]
2021
2122setup (
2223 name = 'leancloud' ,
23- version = '2.9.11 ' ,
24+ version = '2.9.12 ' ,
2425 description = 'LeanCloud Python SDK' ,
2526 url = 'https://leancloud.cn/' ,
2627 author = 'asaka' ,
You can’t perform that action at this time.
0 commit comments