Skip to content

Commit b39eb76

Browse files
Dominic ReinhardDominic Reinhard
authored andcommitted
Update setup.py telesign version to require the telesign SDK version with HTTP GET query parameters bug fix.
1 parent 92813d7 commit b39eb76

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.1.2
2+
- Added requirement to telesign SDK which fixes bug for HTTP GET calls not including query parameters
3+
14
2.1.1
25
- Added completion endpoint to VerifyClient
36

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = "2.1.1"
3+
version = "2.1.2"
44

55
try:
66
with open("README") as f:
@@ -31,6 +31,6 @@
3131
author='TeleSign Corp.',
3232
author_email='support@telesign.com',
3333
url="https://github.com/telesign/python_telesign",
34-
install_requires=['telesign >=2.2, <2.3'],
34+
install_requires=['telesign >=2.2.1, <2.3'],
3535
packages=find_packages(exclude=['test', 'test.*', 'examples', 'examples.*']),
3636
)

0 commit comments

Comments
 (0)