Skip to content

Commit 298c34d

Browse files
committed
Revert to requiring requests-futures<1.0
1 parent f875fcf commit 298c34d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes.txt
22

3+
1.5.2 (2022-09-01)
4+
5+
- Revert to requiring exactly requests-futures==0.9.7 as in version 1.4.9.
6+
Version 1.0.0 of requests-futures breaks order downloads for an unknown
7+
reason.
8+
39
1.5.1 (2022-07-28)
410

511
- Fix: execution of the v1 CLI now prints a more clear, yellow colored warning

planet/api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5.1'
1+
__version__ = '1.5.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
install_requires=[
7777
'click',
7878
'requests',
79-
'requests_futures',
79+
'requests_futures==0.9.7',
8080
'pywin32 >= 1.0;platform_system=="Windows"'
8181
],
8282
extras_require={

0 commit comments

Comments
 (0)