Skip to content

Commit 41d69ed

Browse files
authored
Merge pull request #6 from eadwinCode/description_fix
Fixed Publish Description
2 parents 5fc79af + 401434c commit 41d69ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ellar_jwt/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def setup(
3636
jwk_url=jwk_url,
3737
leeway=leeway,
3838
jti=jti,
39-
lifetime=lifetime or timedelta(minutes=1),
39+
lifetime=lifetime or timedelta(minutes=5),
4040
json_encoder=json_encoder,
4141
)
4242

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
]
4141

4242
dependencies = [
43-
"ellar >= 0.4.2",
43+
"ellar >= 0.4.4",
4444
"pyjwt>=1.7.1,<3",
4545
"pyjwt[crypto]"
4646
]
@@ -64,7 +64,7 @@ test = [
6464
"pytest-cov >= 2.12.0,<5.0.0",
6565
"mypy == 1.4.1",
6666
"ruff ==0.0.275",
67-
"black == 22.8.0",
67+
"black == 23.7.0",
6868
"pytest-asyncio",
6969
"autoflake",
7070
"types-python-dateutil",

0 commit comments

Comments
 (0)