diff --git a/authx/__init__.py b/authx/__init__.py index 5c0a0c41..6a37c54c 100644 --- a/authx/__init__.py +++ b/authx/__init__.py @@ -1,6 +1,6 @@ """Ready to use and customizable Authentications and Oauth2 management for FastAPI and Starlette.""" -__version__ = "1.4.0" +__version__ = "1.4.1" from authx.config import AuthXConfig from authx.dependencies import AuthXDependency diff --git a/docs/release.md b/docs/release.md index 14505b2e..fadcf4d2 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,9 +1,22 @@ ## Latest Changes +## 1.4.1 + ### Features * ✨ Support async sessions. PR [#709](https://github.com/yezz123/authx/pull/709) by [@callamd](https://github.com/callamd). +### Internal + +* 🗑️ Deprecate MemoryIO class and associated tests. PR [#721](https://github.com/yezz123/authx/pull/721) by [@yezz123](https://github.com/yezz123). +* 🔧 Enhance the Project Dependencies to be fully migrated to UV. PR [#711](https://github.com/yezz123/authx/pull/711) by [@yezz123](https://github.com/yezz123). + +### Docs + +* 📝 Update installation instructions to simplify pip install command. PR [#722](https://github.com/yezz123/authx/pull/722) by [@yezz123](https://github.com/yezz123). +* 📝 Update documentation for installation and command usage. PR [#718](https://github.com/yezz123/authx/pull/718) by [@yezz123](https://github.com/yezz123). +* 📝 add @callamd as a contributor for code. PR [#710](https://github.com/yezz123/authx/pull/710) by [@allcontributors[bot]](https://github.com/apps/allcontributors). + ### Upgrades * ⬆️️ Bump `ruff-pre-commit` from v0.8.1 to v0.8.4. PR [#719](https://github.com/yezz123/authx/pull/719) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). @@ -23,17 +36,6 @@ * ⬆️️ Bump `ruff-pre-commit` from v0.6.9 to v0.7.0. PR [#690](https://github.com/yezz123/authx/pull/690) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). * ⬆️ Bump the python-packages group with 12 updates. PR [#689](https://github.com/yezz123/authx/pull/689) by [@dependabot[bot]](https://github.com/apps/dependabot). -### Docs - -* 📝 Update installation instructions to simplify pip install command. PR [#722](https://github.com/yezz123/authx/pull/722) by [@yezz123](https://github.com/yezz123). -* 📝 Update documentation for installation and command usage. PR [#718](https://github.com/yezz123/authx/pull/718) by [@yezz123](https://github.com/yezz123). -* 📝 add @callamd as a contributor for code. PR [#710](https://github.com/yezz123/authx/pull/710) by [@allcontributors[bot]](https://github.com/apps/allcontributors). - -### Internal - -* 🗑️ Deprecate MemoryIO class and associated tests. PR [#721](https://github.com/yezz123/authx/pull/721) by [@yezz123](https://github.com/yezz123). -* 🔧 Enhance the Project Dependencies to be fully migrated to UV. PR [#711](https://github.com/yezz123/authx/pull/711) by [@yezz123](https://github.com/yezz123). - ## 1.4.0 __Note:__ This release contains breaking changes, Dropping support for Python 3.8, and adding support for Python 3.13. diff --git a/uv.lock b/uv.lock index 03ed79eb..48403e51 100644 --- a/uv.lock +++ b/uv.lock @@ -27,7 +27,7 @@ wheels = [ [[package]] name = "authx" -version = "1.4.0" +version = "1.4.1" source = { editable = "." } dependencies = [ { name = "fastapi" },