Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency django-oauth-toolkit to v3 #151

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-oauth-toolkit ^2.3.0 -> ^3.0.0 age adoption passing confidence

Release Notes

jazzband/django-oauth-toolkit (django-oauth-toolkit)

v3.0.1

Compare Source

Fixed
  • #​1491 Fix migration error when there are pre-existing Access Tokens.

v3.0.0

Compare Source

WARNING - POTENTIAL BREAKING CHANGES
  • Changes to the AbstractAccessToken model require doing a manage.py migrate after upgrading.
  • If you use swappable models you will need to make sure your custom models are also updated (usually manage.py makemigrations).
  • Old Django versions below 4.2 are no longer supported.
  • A few deprecations warned about in 2.4.0 (#​1345) have been removed. See below.
Added
  • #​1366 Add Docker containerized apps for testing IDP and RP.
  • #​1454 Added compatibility with LoginRequiredMiddleware introduced in Django 5.1.
Changed
  • Many documentation and project internals improvements.
  • #​1446 Use generic models pk instead of id. This enables, for example, custom swapped models to have a different primary key field.
  • #​1447 Update token to TextField from CharField. Removing the 255 character limit enables supporting JWT tokens with additional claims.
    This adds a SHA-256 token_checksum field that is used to validate tokens.
  • #​1450 Transactions wrapping writes of the Tokens now rely on Django's database routers to determine the correct
    database to use instead of assuming that 'default' is the correct one.
  • #​1455 Changed minimum supported Django version to >=4.2.
Removed
Fixed
  • #​1444, #​1476 Fix several 500 errors to instead raise appropriate errors.
  • #​1469 Fix ui_locales request parameter triggers AttributeError under certain circumstances
Security

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 4 times, most recently from 1a9e973 to 540ddf5 Compare September 27, 2024 16:02
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 4 times, most recently from 66e8f01 to 27d96c2 Compare October 10, 2024 15:47
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 3 times, most recently from 612497d to 7972d77 Compare October 19, 2024 11:05
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch from 7972d77 to e4c6e28 Compare October 25, 2024 17:18
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 3 times, most recently from 6c2be4c to e7f316c Compare November 6, 2024 17:02
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 4 times, most recently from 11f367d to 4ae7911 Compare November 18, 2024 15:41
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 4 times, most recently from 1f84565 to 9b32f1f Compare November 25, 2024 19:37
@renovate renovate bot changed the title Update dependency django-oauth-toolkit to v3 fix(deps): update dependency django-oauth-toolkit to v3 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch from 9b32f1f to 8b93bd6 Compare November 26, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant