You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

auth0-python

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-python - pypi Package Compare versions

Comparing version
0.0.0
to
4.4.1
+1
-1
auth0/__init__.py
# 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

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

[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"