Skip to content

core: bump PyJWT from 2.11.0 to 2.12.0#21881

Open
melizeche wants to merge 1 commit intomainfrom
upgr_pyjwt
Open

core: bump PyJWT from 2.11.0 to 2.12.0#21881
melizeche wants to merge 1 commit intomainfrom
upgr_pyjwt

Conversation

@melizeche
Copy link
Copy Markdown
Member

Details

see https://github.com/goauthentik/authentik/security/dependabot/648


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema and clients have been updated (make gen)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@melizeche melizeche requested a review from a team as a code owner April 28, 2026 06:03
@melizeche melizeche self-assigned this Apr 28, 2026
@melizeche melizeche moved this to Needs review in authentik Core Apr 28, 2026
@melizeche melizeche added backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Apr 28, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 28, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1439890
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69f04dcb0012e400080c2196
😎 Deploy Preview https://deploy-preview-21881--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.16%. Comparing base (2a02726) to head (1439890).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21881      +/-   ##
==========================================
- Coverage   93.21%   93.16%   -0.06%     
==========================================
  Files        1016     1016              
  Lines       58042    58042              
  Branches      327      327              
==========================================
- Hits        54104    54074      -30     
- Misses       3938     3968      +30     
Flag Coverage Δ
conformance 36.68% <ø> (+<0.01%) ⬆️
e2e 42.56% <ø> (-0.05%) ⬇️
integration 33.13% <ø> (-0.51%) ⬇️
rust 0.00% <ø> (ø)
unit 92.01% <ø> (+<0.01%) ⬆️
unit-migrate 92.06% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-1439890cf533da6df69b19f3c5210e50fda76416
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-1439890cf533da6df69b19f3c5210e50fda76416

Afterwards, run the upgrade commands from the latest release notes.

@rissson
Copy link
Copy Markdown
Member

rissson commented Apr 28, 2026

potentially breaks license validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

2 participants