-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
root: bump python deps (django 5) #7862
Conversation
❌ Deploy Preview for authentik-storybook failed.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7862 +/- ##
=======================================
Coverage 92.62% 92.62%
=======================================
Files 588 589 +1
Lines 29200 29217 +17
=======================================
+ Hits 27047 27063 +16
- Misses 2153 2154 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
75d83dd
to
9dffdb1
Compare
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
9dffdb1
to
57f2757
Compare
✅ Deploy Preview for authentik ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8502ddb
to
25a6270
Compare
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]> #7761
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
eca42ef
to
406fcc7
Compare
Signed-off-by: Jens Langhammer <[email protected]>
Details
Dependabot doesn't support python 3.12 so we have to manually bump python dependencies....sigh
This bumps us to django 5.0 (and also backports the pickle serializer that was removed in 5.0 since we still rely on it (see #7761)
Also a new version of drf_spectacular so a regenerated api scheme
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)make i18n-extract
)If applicable
make website
)