Releases: maxrdu/fastapi_login
Releases · maxrdu/fastapi_login
v1.10.3
v1.10.2
v1.10.1
What's Changed
- Bump idna from 3.6 to 3.7 by @dependabot in #133
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #134
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #137
- Bump dependencies by @kigawas in #139
- Prepare release: v1.10.1 by @kigawas in #140
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Add out of scope exception by @kigawas in #123
- Rename custom_exception by @kigawas in #127
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #128
- Bump python-multipart from 0.0.6 to 0.0.7 by @dependabot in #125
- Bump dependencies by @kigawas in #129
Full Changelog: v1.9.3...v1.10.0
v1.9.3
Version 1.9.2
Version 1.9.1
1.9.1
Mostly fixes and updates in regard to Pydantic v2. Thanks to kigawas.
- Update examples to support Pydantic v2.
- Fix potential type error against Pydantic v2.
- Add example dependencies in
pyproject.toml
. - Remove
setup.py
- Fixed example (Thanks Lexachoc)
- Fixed return type of user_loader (Thanks kazunorimiura)
Version 1.9.0
1.9.0
- User callback is now run asynchronous without blocking the worker thread #92
custom_exception
argument has now correct type #97- Fixed some minor security issues by updating packages
- Now includes
LoginManager.optional
which will returnNone
instead of raising an exception.
An example has been added to the documentation.
Version 1.8.3
Version 1.8.2
1.8.2
Update pyjwt to version 2.4.0, to fix a security issue in version 2.1.0