From 86af46734ffc3cfea66a922660fbefd88f574eb1 Mon Sep 17 00:00:00 2001 From: Sourav Basu Date: Mon, 3 Aug 2026 19:17:08 +0530 Subject: [PATCH] Updated release changelog and versions --- .version | 2 +- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 66b738a..4c5c64a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0b7 \ No newline at end of file +1.0.0b8 diff --git a/CHANGELOG.md b/CHANGELOG.md index a9dfac8..8773b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [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) + +**Deprecation** +- Support for Python 3.9.0 and 3.9.1 is dropped. +- Support for Python 3.9 can be dropped in future releases. Please plan your upgrades accordingly. + +**Change** +- chore: Documentation and dependency update [\#118](https://github.com/auth0/auth0-api-python/pull/118) ([rmad17](https://github.com/rmad17)) + ## [1.0.0b7](https://github.com/auth0/auth0-fastapi-api/tree/1.0.0b7) (2026-04-09) [Full Changelog](https://github.com/auth0/auth0-fastapi-api/compare/1.0.0b6...1.0.0b7) diff --git a/pyproject.toml b/pyproject.toml index 2abe336..4f6dac3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auth0-fastapi-api" -version = "1.0.0b7" +version = "1.0.0b8" description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib." authors = ["Auth0 "] license = "MIT"