Skip to content

Commit 1fd98a2

Browse files
Release 1.0.0.b4 (#18)
* Release 1.0.0.b4 - Update CHANGELOG.md with DPoP support feature - Sync pyproject.toml version to 1.0.0.b4 - Prepare for release * fix: Update CodeQL workflow for Poetry dependency management - Add Python 3.10 setup before CodeQL initialization - Install Poetry using snok/install-poetry@v1 action - Install dependencies with poetry install --with dev - Remove autobuild step that doesn't work with Poetry projects * ci: replace manual Python setup with CodeQL autobuild in workflow
1 parent 031c70d commit 1fd98a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
3+
## [1.0.0.b4](https://github.com/auth0/auth0-api-python/tree/1.0.0.b4) (2025-08-28)
4+
[Full Changelog](https://github.com/auth0/auth0-api-python/compare/1.0.0.b3...1.0.0.b4)
5+
6+
**Added**
7+
- feat: add DPoP support [\#16](https://github.com/auth0/auth0-api-python/pull/16) ([kishore7snehil](https://github.com/kishore7snehil))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "auth0-api-python"
3-
version = "1.0.0.b3"
3+
version = "1.0.0.b4"
44
description = "SDK for verifying access tokens and securing APIs with Auth0, using Authlib."
55
authors = ["Auth0 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)