Commit 5e4f09a
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`1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments