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

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

Metadata-Version: 2.1
Name: auth0-python
Version: 4.7.1
Version: 4.7.2
Summary:

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

Requires-Dist: aiohttp (>=3.8.5,<4.0.0)
Requires-Dist: cryptography (>=42.0.4,<43.0.0)
Requires-Dist: cryptography (>=43.0.1,<44.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)

@@ -20,0 +20,0 @@ Requires-Dist: requests (>=2.31.0,<3.0.0)

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

name = "auth0-python"
version = "4.7.1" # This is replaced by dynamic versioning
version = "4.7.2" # This is replaced by dynamic versioning
description = ""

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

aiohttp = "^3.8.5"
cryptography = "^42.0.4" # pyjwt has a weak dependency on cryptography
cryptography = "^43.0.1" # pyjwt has a weak dependency on cryptography
pyjwt = "^2.8.0"

@@ -35,0 +35,0 @@ requests = "^2.31.0"