Skip to content

Commit b4f2596

Browse files
committed
🔖 release 2.1.13
1 parent 87b597b commit b4f2596

4 files changed

Lines changed: 97 additions & 97 deletions

File tree

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ arrow = "*"
1919
"iso8601" = "*"
2020
six = ">=1.11.0"
2121
qiniu = ">=7.1.4,<7.2.4"
22-
"urllib3" = ">=1.24.3,<1.25.0"
23-
requests = ">=2.20.0,<2.22.0"
22+
"urllib3" = ">=1.24.3,<=1.25.3"
23+
requests = ">=2.20.0,<=2.22.0"
2424
werkzeug = "*"
2525
gevent = ">=1.0.2,<2.0.0"
2626
typing = { version = "*", markers = "python_version < '3.5.0'" }

Pipfile.lock

Lines changed: 88 additions & 92 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.13] - 2019-06-19
2+
### Fixed
3+
- dependency issues with requests and urllib3
4+
15
## [2.1.12] - 2019-05-24
26
### Fixed
37
- Push: expiration_time

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'iso8601',
1111
'six>=1.11.0',
1212
'qiniu>=7.1.4,<7.2.4',
13-
'requests>=2.20.0,<2.22.0',
14-
'urllib3>=1.24.3,<1.25.0'
13+
'requests>=2.20.0,<=2.22.0',
14+
'urllib3>=1.24.3,<=1.25.3'
1515
'werkzeug',
1616
'gevent>=1.0.2,<2.0.0'
1717
]
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='leancloud',
28-
version='2.1.12',
28+
version='2.1.13',
2929
description='LeanCloud Python SDK',
3030
url='https://leancloud.cn/',
3131
author='asaka',

0 commit comments

Comments
 (0)