From 3bcaf771cde0fa472fac31656b32c8053d4126a7 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 28 Aug 2026 12:33:11 +0530 Subject: [PATCH] Release 1.0.0b9 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 4c5c64a..b27a573 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b8 +1.0.0b9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8773b18..b07215f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.0.0b9](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b9) (2026-08-28) +[Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b8...1.0.0b9) + +**⚠️ Breaking: Python 3.9 is no longer supported** +- Raises the minimum supported version to Python 3.10 so `fastapi`/`starlette` resolve to a patched release. Projects still on Python 3.9 must upgrade to Python 3.10 or later before installing this version. No public API has changed. [\#124](https://github.com/auth0/auth0-fastapi-api/pull/124) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Added** +- feat: add On-Behalf-Of token exchange support [\#122](https://github.com/auth0/auth0-fastapi-api/pull/122) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [1.0.0b8](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b8) (2026-08-03) [Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b7...1.0.0b8) diff --git a/pyproject.toml b/pyproject.toml index 5383ac0..73870d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi-api" -version = "1.0.0b8" +version = "1.0.0b9" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"