ilot/authentik2026.2: upgrade to 2026.2.1 #324

Open
opened 2026-02-21 21:19:43 +00:00 by ayakael · 2 comments
Owner
No description provided.
ayakael added this to the Maintenance project 2026-02-21 21:19:43 +00:00
Author
Owner

Dependency diff:

diff --git a/pyproject.toml b/pyproject.toml
index f58fccc5e..f19475054 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,109 +1,110 @@
 [project]
 name = "authentik"
-version = "2025.12.4"
+version = "2026.2.0-rc4"
 description = ""
 authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }]
-requires-python = "==3.13.*"
+requires-python = "==3.14.*"
 dependencies = [
   "ak-guardian==3.2.0",
   "argon2-cffi==25.1.0",
-  "channels==4.3.1",
-  "cryptography==45.0.5",
+  "cachetools==7.0.0",
+  "channels==4.3.2",
+  "cryptography==46.0.5",
   "dacite==1.9.2",
   "deepmerge==2.0",
   "defusedxml==0.7.1",
   "django-channels-postgres",
   "django-countries==7.6.1",
-  "django-cte==2.0.0",
+  "django-cte==3.0.0",
   "django-dramatiq-postgres",
+  "django-filter==25.2",
+  "django-model-utils==5.0.0",
+  "django-pglock==1.8.0",
+  "django-pgtrigger==4.17.0",
   "django-postgres-cache",
   "django-postgres-extra==2.0.9",
-  "django-filter==25.1",
-  "django-model-utils==5.0.0",
-  "django-pglock==1.7.2",
-  "django-pgtrigger==4.15.2",
   "django-prometheus==2.4.1",
   "django-storages[s3]==1.14.6",
-  "django-tenants==3.9.0",
-  "djangoql==0.18.1",
+  "django-tenants==3.10.0",
   "django==5.2.11",
+  "djangoql==0.19.1",
   "djangorestframework==3.16.1",
   "docker==7.1.0",
-  "drf-orjson-renderer==1.7.3",
+  "drf-orjson-renderer==1.8.0",
   "drf-spectacular==0.28.0",
   "dumb-init==1.2.5.post1",
   "duo-client==5.5.0",
-  "fido2==2.0.0",
-  "geoip2==5.1.0",
+  "fido2==2.1.1",
+  "geoip2==5.2.0",
   "geopy==2.4.1",
-  "google-api-python-client==2.177.0",
-  "gssapi==1.9.0",
-  "gunicorn==23.0.0",
+  "google-api-python-client==2.189.0",
+  "gssapi==1.11.1",
+  "gunicorn==25.0.3",
   "jsonpatch==1.33",
   "jwcrypto==1.5.6",
-  "kubernetes==33.1.0",
+  "kubernetes==35.0.0",
   "ldap3==2.9.1",
-  "lxml==6.0.0",
-  "msgraph-sdk==1.39.0",
+  "lxml==6.0.2",
+  "msgraph-sdk==1.54.0",
   "opencontainers==0.0.15",
-  "packaging==25.0",
-  "paramiko==3.5.1",
-  "psycopg[c,pool]==3.2.9",
-  "pydantic==2.11.7",
+  "packaging==26.0",
+  "paramiko==4.0.0",
+  "psycopg[c,pool]==3.3.2",
   "pydantic-scim==0.0.8",
-  "pyjwt==2.10.1",
-  "pyrad==2.4",
+  "pydantic==2.12.5",
+  "pyjwt==2.11.0",
+  "pyrad==2.5.4",
   "python-kadmin-rs==0.7.0",
-  "pyyaml==6.0.2",
+  "pyyaml==6.0.3",
   "requests-oauthlib==2.0.0",
   "scim2-filter-parser==0.7.0",
-  "sentry-sdk==2.33.2",
+  "sentry-sdk==2.52.0",
   "service-identity==24.2.0",
-  "setproctitle==1.3.6",
-  "structlog==25.4.0",
+  "setproctitle==1.3.7",
+  "structlog==25.5.0",
   "swagger-spec-validator==3.0.4",
-  "twilio==9.7.0",
+  "twilio==9.10.1",
   "ua-parser==1.0.1",
   "unidecode==1.4.0",
   "urllib3<3",
-  "uvicorn[standard]==0.35.0",
+  "uvicorn[standard]==0.40.0",
   "watchdog==6.0.0",
-  "webauthn==2.6.0",
-  "wsproto==1.2.0",
-  "xmlsec==1.3.16",
+  "webauthn==2.7.0",
+  "wsproto==1.3.2",
+  "xmlsec==1.3.17",
   "zxcvbn==4.5.0",
 ]
Dependency diff: ```diff diff --git a/pyproject.toml b/pyproject.toml index f58fccc5e..f19475054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,109 +1,110 @@ [project] name = "authentik" -version = "2025.12.4" +version = "2026.2.0-rc4" description = "" authors = [{ name = "authentik Team", email = "hello@goauthentik.io" }] -requires-python = "==3.13.*" +requires-python = "==3.14.*" dependencies = [ "ak-guardian==3.2.0", "argon2-cffi==25.1.0", - "channels==4.3.1", - "cryptography==45.0.5", + "cachetools==7.0.0", + "channels==4.3.2", + "cryptography==46.0.5", "dacite==1.9.2", "deepmerge==2.0", "defusedxml==0.7.1", "django-channels-postgres", "django-countries==7.6.1", - "django-cte==2.0.0", + "django-cte==3.0.0", "django-dramatiq-postgres", + "django-filter==25.2", + "django-model-utils==5.0.0", + "django-pglock==1.8.0", + "django-pgtrigger==4.17.0", "django-postgres-cache", "django-postgres-extra==2.0.9", - "django-filter==25.1", - "django-model-utils==5.0.0", - "django-pglock==1.7.2", - "django-pgtrigger==4.15.2", "django-prometheus==2.4.1", "django-storages[s3]==1.14.6", - "django-tenants==3.9.0", - "djangoql==0.18.1", + "django-tenants==3.10.0", "django==5.2.11", + "djangoql==0.19.1", "djangorestframework==3.16.1", "docker==7.1.0", - "drf-orjson-renderer==1.7.3", + "drf-orjson-renderer==1.8.0", "drf-spectacular==0.28.0", "dumb-init==1.2.5.post1", "duo-client==5.5.0", - "fido2==2.0.0", - "geoip2==5.1.0", + "fido2==2.1.1", + "geoip2==5.2.0", "geopy==2.4.1", - "google-api-python-client==2.177.0", - "gssapi==1.9.0", - "gunicorn==23.0.0", + "google-api-python-client==2.189.0", + "gssapi==1.11.1", + "gunicorn==25.0.3", "jsonpatch==1.33", "jwcrypto==1.5.6", - "kubernetes==33.1.0", + "kubernetes==35.0.0", "ldap3==2.9.1", - "lxml==6.0.0", - "msgraph-sdk==1.39.0", + "lxml==6.0.2", + "msgraph-sdk==1.54.0", "opencontainers==0.0.15", - "packaging==25.0", - "paramiko==3.5.1", - "psycopg[c,pool]==3.2.9", - "pydantic==2.11.7", + "packaging==26.0", + "paramiko==4.0.0", + "psycopg[c,pool]==3.3.2", "pydantic-scim==0.0.8", - "pyjwt==2.10.1", - "pyrad==2.4", + "pydantic==2.12.5", + "pyjwt==2.11.0", + "pyrad==2.5.4", "python-kadmin-rs==0.7.0", - "pyyaml==6.0.2", + "pyyaml==6.0.3", "requests-oauthlib==2.0.0", "scim2-filter-parser==0.7.0", - "sentry-sdk==2.33.2", + "sentry-sdk==2.52.0", "service-identity==24.2.0", - "setproctitle==1.3.6", - "structlog==25.4.0", + "setproctitle==1.3.7", + "structlog==25.5.0", "swagger-spec-validator==3.0.4", - "twilio==9.7.0", + "twilio==9.10.1", "ua-parser==1.0.1", "unidecode==1.4.0", "urllib3<3", - "uvicorn[standard]==0.35.0", + "uvicorn[standard]==0.40.0", "watchdog==6.0.0", - "webauthn==2.6.0", - "wsproto==1.2.0", - "xmlsec==1.3.16", + "webauthn==2.7.0", + "wsproto==1.3.2", + "xmlsec==1.3.17", "zxcvbn==4.5.0", ] ```
ayakael changed title from ilot/authentik2026.2.0: upgrade to 2026.2.0 to ilot/authentik2026.2: upgrade to 2026.2.0 2026-02-23 04:55:06 +00:00
Author
Owner
https://forge.ilot.io/ilot/iports/pulls/334
forge changed title from ilot/authentik2026.2: upgrade to 2026.2.0 to ilot/authentik2026.2: upgrade to 2026.2.1 2026-03-04 05:01:20 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ilot/iports#324
No description provided.