Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information