Skip to content

Tags: auth0/auth0-api-python

Tags

1.0.0b10

Toggle 1.0.0b10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #116 from auth0/release/1.0.0b10

Release 1.0.0b10

1.0.0b9

Toggle 1.0.0b9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.0.0b9 (#90)

* Release 1.0.0b9

* Update lock file

1.0.0b8

Toggle 1.0.0b8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.0.0b8 (#79)

1.0.0b7

Toggle 1.0.0b7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.0.0b7 (#76)

1.0.0b6

Toggle 1.0.0b6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #53 from auth0/release/1.0.0.b6

Release 1.0.0.b6

1.0.0b5

Toggle 1.0.0b5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.0.0.b5 (#30)

1.0.0b4

Toggle 1.0.0b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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