From 0133446975fd83b1f1ac48b8ee16aa828285c017 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:28:14 +0100 Subject: [PATCH] Fix manifest json requirements (#152) --- custom_components/auth_oidc/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index 1376a17..3e109aa 100644 --- a/custom_components/auth_oidc/manifest.json +++ b/custom_components/auth_oidc/manifest.json @@ -14,10 +14,10 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues", "requirements": [ - "python-jose>=3.3.0", - "aiofiles>=24.1.0", - "jinja2>=3.1.4", - "bcrypt>=4.2.0" + "aiofiles", + "jinja2", + "bcrypt", + "joserfc" ], "version": "0.7.0-rc3" } \ No newline at end of file