Skip to content

Commit fea3240

Browse files
authored
Merge pull request #394 from leancloud/develop/smiao
upgrade qiniu sdk
2 parents 92ec5b0 + bb4e053 commit fea3240

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flask = "*"
1818
arrow = "*"
1919
"iso8601" = "*"
2020
six = ">=1.11.0"
21-
qiniu = "<=7.1.4"
21+
qiniu = ">=7.1.4,<7.2.4"
2222
requests = ">=2.20.0"
2323
werkzeug = "*"
2424
gevent = ">=1.0.2,<2.0.0"

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.10] - 2019-03-18
2+
### Changed
3+
- Upgrade Qiniu SDK
4+
15
## [2.1.9] - 2019-03-11
26
### Fixed
37
- Fixed CookieSessionMiddleware.pre_process fail when session_token doesn't exist in Cookies

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'arrow',
1010
'iso8601',
1111
'six>=1.11.0',
12-
'qiniu<=7.1.4',
12+
'qiniu>=7.1.4,<7.2.4',
1313
'requests>=2.12.1',
1414
'werkzeug',
1515
'gevent>=1.0.2,<2.0.0'
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='leancloud',
27-
version='2.1.9',
27+
version='2.1.10',
2828
description='LeanCloud Python SDK',
2929
url='https://leancloud.cn/',
3030
author='asaka',

0 commit comments

Comments
 (0)