Skip to content

Commit 9602bf6

Browse files
committed
remove pyjwt from requirements
1 parent e0a789b commit 9602bf6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ authors = [
1212
dependencies = [
1313
"pydantic>=2.7.0,<3.0.0",
1414
"aiohttp>=3.8.6,<4.0.0",
15-
"PyJWT>=2.0.0,<3.0.0",
1615
]
1716

1817
classifiers = [
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
aiohttp==3.11.18
2-
pydantic==2.11.4
3-
PyJWT==2.10.1
2+
pydantic==2.11.4

0 commit comments

Comments
 (0)