auth0-python
Advanced tools
| # This value is updated by `poetry_dynamic_versioning` during build time from the latest git tag | ||
| __version__ = "0.0.0" | ||
| __version__ = "4.4.1" | ||
@@ -4,0 +4,0 @@ from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: auth0-python | ||
| Version: 0.0.0 | ||
| Version: 4.4.1 | ||
| Summary: | ||
@@ -5,0 +5,0 @@ Home-page: https://auth0.com |
+3
-3
| [build-system] | ||
| requires = ["poetry-core", "poetry-dynamic-versioning"] | ||
| requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"] | ||
| build-backend = "poetry_dynamic_versioning.backend" | ||
@@ -7,3 +7,3 @@ | ||
| name = "auth0-python" | ||
| version = "0.0.0" # This is replaced by dynamic versioning | ||
| version = "4.4.1" # This is replaced by dynamic versioning | ||
| description = "" | ||
@@ -19,3 +19,3 @@ authors = ["Auth0 <support@auth0.com>"] | ||
| strict = true | ||
| enable = true | ||
| enable = false | ||
| vcs = "git" | ||
@@ -22,0 +22,0 @@ style = "semver" |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
495773
0