From da7b3b88e304d962e01f5a9599a5fb67cb3a248c Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Tue, 19 May 2026 07:26:35 +0530 Subject: [PATCH 1/2] Release changes for v1.0.0b10 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 6f2bc5c..20cdec8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b9 \ No newline at end of file +1.0.0b10 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1888d3c..b50861d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.0.0b10](https://github.com/auth0/auth0-api-python/tree/1.0.0b10) (2026-05-19) +[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0b9...1.0.0b10) +**Changed** +- chore: Updated Dependencies for cryptography [\#93](https://github.com/auth0/auth0-api-python/pull/93) ([rmad17](https://github.com/rmad17)) + +**Deprecation** +- Supportfor Python 3.9.0 and 3.9.1 is dropped. +- Support for Python 3.9 will be removed within the next 1-2 months. A specific end date will be announced soon. Please plan your upgrades accordingly. + ## [1.0.0b9](https://github.com/auth0/auth0-api-python/tree/1.0.0b9) (2026-04-30) [Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0b8...1.0.0b9) diff --git a/pyproject.toml b/pyproject.toml index 30972d8..d2be315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-api-python" -version = "1.0.0b9" +version = "1.0.0b10" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT" From 70e3369eea2e89ab65e9547c844fbcb461a8545f Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Tue, 19 May 2026 07:31:52 +0530 Subject: [PATCH 2/2] Fix for typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50861d..c03c826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - chore: Updated Dependencies for cryptography [\#93](https://github.com/auth0/auth0-api-python/pull/93) ([rmad17](https://github.com/rmad17)) **Deprecation** -- Supportfor Python 3.9.0 and 3.9.1 is dropped. +- Support for Python 3.9.0 and 3.9.1 is dropped. - Support for Python 3.9 will be removed within the next 1-2 months. A specific end date will be announced soon. Please plan your upgrades accordingly. ## [1.0.0b9](https://github.com/auth0/auth0-api-python/tree/1.0.0b9) (2026-04-30)