Skip to content

Commit 5e559bd

Browse files
committed
Fix python dependency version
1 parent 8c75c6c commit 5e559bd

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
@@ -26,7 +26,7 @@ files = ["*/__init__.py"]
2626
folders = [{ path = "auth0" }]
2727

2828
[tool.poetry.dependencies]
29-
python = "^3.7"
29+
python = ">=3.7"
3030
aiohttp = "^3.8.5"
3131
pyjwt = "^2.8.0"
3232
cryptography = "^41.0.3" # pyjwt has a weak dependency on cryptography

0 commit comments

Comments
 (0)