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
4.4.1
to
4.4.2
+1
-1
auth0/__init__.py
# This value is updated by `poetry_dynamic_versioning` during build time from the latest git tag
__version__ = "4.4.1"
__version__ = "4.4.2"

@@ -4,0 +4,0 @@ from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError

Metadata-Version: 2.1
Name: auth0-python
Version: 4.4.1
Version: 4.4.2
Summary:

@@ -9,3 +9,3 @@ Home-page: https://auth0.com

Author-email: support@auth0.com
Requires-Python: >=3.7,<4.0
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License

@@ -12,0 +12,0 @@ Classifier: Programming Language :: Python :: 3

@@ -7,3 +7,3 @@ [build-system]

name = "auth0-python"
version = "4.4.1" # This is replaced by dynamic versioning
version = "4.4.2" # This is replaced by dynamic versioning
description = ""

@@ -30,3 +30,3 @@ authors = ["Auth0 <support@auth0.com>"]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.7"
aiohttp = "^3.8.5"

@@ -33,0 +33,0 @@ pyjwt = "^2.8.0"