Skip to content

Commit c983e44

Browse files
authored
Merge pull request #611 from chrisburr/min-joserfc
fix: pin joserfc to minimum version 1.1.0
2 parents bbc1e22 + 49ac251 commit c983e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diracx-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"cachetools",
1919
"email_validator",
2020
"gitpython",
21-
"joserfc",
21+
"joserfc >=1.1.0",
2222
"pydantic >=2.10",
2323
"pydantic-settings",
2424
"pyyaml",

0 commit comments

Comments
 (0)