diff --git a/pyproject.toml b/pyproject.toml index 87de886..13e1f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ python = "^3.8.0" httpx = "0.28.1" pydantic = "2.10.4" -Authlib = ">=0.15.3,<1.4.0" +Authlib = ">=1.4.1,<2.0.0" importlib-resources = "^6.0.0" click = "^8.1.3" junit-xml = "^1.9"