Skip to content

Commit ba7791d

Browse files
Merge pull request #82 from okta/setuptools-version-update
setuptools version update
2 parents 885b098 + 87ba52f commit ba7791d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OKTA JWT Verifier Changelog
22

3+
## v0.2.9
4+
- Updated version of setuptools to 78.1.1
5+
36
## v0.2.8
47
- Updated version of setuptools to 70.0.0
58

okta_jwt_verifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Allow to verify JWT locally
44
"""
5-
__version__ = '0.2.8'
5+
__version__ = '0.2.9'
66

77
from .jwt_verifier import BaseJWTVerifier, JWTVerifier, AccessTokenVerifier, IDTokenVerifier # noqa
88
from .jwt_utils import JWTUtils # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "okta-jwt-verifier"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "A Python library for OKTA JWT tokens validation"
55
authors = ["Okta"]
66
license = "Apache-2.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ retry2
55
aiohttp>=3.10.11
66
certifi>=2023.7.22
77
urllib3>=1.26.18
8-
setuptools>=70.0.0
8+
setuptools>=78.1.1
99
cryptography>=43.0.0

0 commit comments

Comments
 (0)