__Note:__ This release contains breaking changes, Dropping support for Python 3.8, and adding support for Python 3.13.
Breaking Changes
* 🔧 Add support for Python 3.13. PR [687](https://github.com/yezz123/authx/pull/687) by [yezz123](https://github.com/yezz123).
Fixes
* 🐛 fix Missing `Audience` & `Issuer` in the verify token. PR [686](https://github.com/yezz123/authx/pull/686) by [yezz123](https://github.com/yezz123).
Upgrades
* ⬆️ Bump starlette from 0.39.2 to 0.40.0. PR [688](https://github.com/yezz123/authx/pull/688) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆️ Bump the python-packages group with 16 updates. PR [685](https://github.com/yezz123/authx/pull/685) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆️ Bump the Pre-commit Dependencies Version. PR [684](https://github.com/yezz123/authx/pull/684) by [pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3. PR [681](https://github.com/yezz123/authx/pull/681) by [dependabot[bot]](https://github.com/apps/dependabot).
* ⬆️️ Update dependencies in `uv.lock`. PR [680](https://github.com/yezz123/authx/pull/680) by [yezz123](https://github.com/yezz123).
* ⬆️ Bump `ruff-pre-commit` from v0.6.7 to v0.6.8. PR [678](https://github.com/yezz123/authx/pull/678) by [pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
Docs
* 📝 Fix Pydantic Version in the documentation. PR [679](https://github.com/yezz123/authx/pull/679) by [yezz123](https://github.com/yezz123).
Internal
* ♻️ Refactor pyproject to add dev dependencies in uv tool. PR [676](https://github.com/yezz123/authx/pull/676) by [yezz123](https://github.com/yezz123).