Skip to content

Commit a43a79a

Browse files
Restrict pyjwt to ^2.0
pyjwt changed the encode/decode functions to return a string and not bytes.
1 parent 95b47bd commit a43a79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = [{ include = "request_token" }]
2424
[tool.poetry.dependencies]
2525
python = "^3.7"
2626
django = "^2.2 || ^3.0"
27-
pyjwt = "*"
27+
pyjwt = "^2.0"
2828
sqlparse = "*"
2929

3030
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)