Skip to content

Commit 5e4f09a

Browse files
authored
Fix python dependency version (#522)
### Changes Fix issue with Python dependency version in 4.4.1 ### References fixes #517 ### Testing 1. Start a new python project with: ``` [tool.poetry.dependencies] python = ">=3.10" ``` In your pyproject.toml file 3. Add `auth0-python` with poetry `poetry add ../path/to/auth0-python`
2 parents 8c75c6c + 5e559bd commit 5e4f09a

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)