From a562181e68e4e4360438435ffaf5d041c1103000 Mon Sep 17 00:00:00 2001 From: Christopher ONeill Date: Tue, 11 Nov 2025 11:44:49 -0800 Subject: [PATCH 1/3] Update PyJWT to 2.10.1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7faf80fe..cf3c9e44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aiohttp~=3.8 requests~=2.7 pydantic~=2.0 -pyjwt[crypto]~=2.4 +pyjwt[crypto]~=2.10 diff --git a/setup.py b/setup.py index 3d0589bb..7c96c721 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,6 @@ "aiohttp>=3.8.3", "requests>=2.7.0", "pydantic>=1.10.2", - "pyjwt[crypto]>=2.4.0", + "pyjwt[crypto]>=2.10.1", ], ) From 4f1aa00ff091c7420fe1756f446aca377df98777 Mon Sep 17 00:00:00 2001 From: Christopher ONeill Date: Tue, 11 Nov 2025 11:53:43 -0800 Subject: [PATCH 2/3] 2.9 instead --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cf3c9e44..b35b0f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ aiohttp~=3.8 requests~=2.7 pydantic~=2.0 -pyjwt[crypto]~=2.10 +pyjwt[crypto]~=2.9 diff --git a/setup.py b/setup.py index 7c96c721..2b4a6a43 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,6 @@ "aiohttp>=3.8.3", "requests>=2.7.0", "pydantic>=1.10.2", - "pyjwt[crypto]>=2.10.1", + "pyjwt[crypto]>=2.9.0", ], ) From 4667817239c71a015a8db90a9ecb171c178962ca Mon Sep 17 00:00:00 2001 From: Christopher ONeill Date: Tue, 11 Nov 2025 12:18:16 -0800 Subject: [PATCH 3/3] Bump version.py --- stytch/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stytch/version.py b/stytch/version.py index 0cd7c66e..75542e20 100644 --- a/stytch/version.py +++ b/stytch/version.py @@ -1 +1 @@ -__version__ = "13.28.0" +__version__ = "13.28.1"