Skip to content

Commit b4c80b4

Browse files
committed
Fixes #84: add missing exceptiongroup to project dependencies
1 parent de6d589 commit b4c80b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies = [
4040
"marshmallow>=3.20.1,<3.21",
4141
"chardet>=5.2.0,<5.3",
4242
"PyJWT[crypto]>=2.8,<2.9",
43+
"exceptiongroup>=1.2.1,<2.0",
4344
]
4445

4546
[project.urls]

0 commit comments

Comments
 (0)