Partially revert "Bump authlib from 1.6.9 to 1.6.11 (#19703)" (#19742)

The original commit should only have changed the lockfile.

This reverts commit bdb1cf7416 (from
https://github.com/element-hq/synapse/pull/19703).

---------

Co-authored-by: Olivier 'reivilibre <oliverw@matrix.org>
This commit is contained in:
Oleg Girko
2026-04-29 18:03:58 +01:00
committed by GitHub
co-authored by Olivier 'reivilibre
parent 76b4fdceed
commit ed3cafdb73
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
Fix packaging for Fedora and EPEL caused by unnecessary bumping `authlib` minimum version requirement in `pyproject.toml` file. Contributed by Oleg Girko.
Generated
+1 -1
View File
@@ -3756,4 +3756,4 @@ url-preview = ["lxml"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10.0,<4.0.0"
content-hash = "8c52685a47cc4affa09d79a044e0aed4c15131a5581e2c4f641ffb5e538eec13"
content-hash = "d97bee07fec0f4048d964aa7127a50813920bce77b00e5191aa1815f83922c85"
+2 -2
View File
@@ -137,7 +137,7 @@ saml2 = [
"defusedxml>=0.7.1", # via pysaml2
"pytz>=2018.3", # via pysaml2
]
oidc = ["authlib>=1.6.11"]
oidc = ["authlib>=0.15.1"]
url-preview = ["lxml>=4.6.3"]
sentry = ["sentry-sdk>=0.7.2"]
opentracing = [
@@ -179,7 +179,7 @@ all = [
# saml2
"pysaml2>=4.5.0",
# oidc and jwt
"authlib>=1.6.11",
"authlib>=0.15.1",
# url-preview
"lxml>=4.6.3",
# sentry