Skip to content

Commit 9ac2a24

Browse files
Pull request #25: Adjust SS version
Merge in SDK/python_telesign_enterprise from hotfix/adjust-ss-version to developer Squashed commit of the following: commit a2ae7806907bdf19a4c044c25d0ec11a6a231b60 Author: Juan Camilo Martinez <jmartinez@telesign.com> Date: Thu Jan 22 12:05:32 2026 -0500 Adjust SS version
1 parent 53ba383 commit 9ac2a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
author="TeleSign Corp.",
3939
author_email="support@telesign.com",
4040
url="https://github.com/telesign/python_telesign",
41-
install_requires=["telesign >=2.2.1, <=4.0.0"],
41+
install_requires=["telesign >=4.0.0, <5.0.0"],
4242
packages=find_packages(exclude=["test", "test.*", "examples", "examples.*"]),
4343
)

0 commit comments

Comments
 (0)