Skip to content

Commit aea8c09

Browse files
Merge pull request #335 from algolia/chore/requests-security
chore: remove the `[security]` from `requests`
2 parents 933a7bb + bce43ab commit aea8c09

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CHANGELOG
22

3+
2017-01-22 1.15.3
4+
* Remove the `[security]` flair of `requests`
5+
36
2017-12-18 1.15.2
47
* Add 'page' and 'hitsPerPage' to list_user_ids
58

algoliasearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.15.2"
1+
VERSION = "1.15.3"

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
packages=['algoliasearch'],
3838
include_package_data=True,
3939
zip_safe=False, # Because of the certificate
40-
install_requires=['requests[security] >= 2.9.1'],
40+
install_requires=['requests >= 2.9.1'],
4141
description='Algolia Search API Client for Python',
4242
long_description=README,
4343
author='Algolia Team',
@@ -51,13 +51,11 @@
5151
'Operating System :: OS Independent',
5252
'Programming Language :: Python',
5353
'Programming Language :: Python :: 2',
54-
'Programming Language :: Python :: 2.6',
5554
'Programming Language :: Python :: 2.7',
5655
'Programming Language :: Python :: 3',
57-
'Programming Language :: Python :: 3.2',
58-
'Programming Language :: Python :: 3.3',
5956
'Programming Language :: Python :: 3.4',
6057
'Programming Language :: Python :: 3.5',
58+
'Programming Language :: Python :: 3.6',
6159
'Topic :: Internet',
6260
'Topic :: Internet :: WWW/HTTP',
6361
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',

0 commit comments

Comments
 (0)