You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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`
0 commit comments