From f53c16b20ed3f11c11e7d44f02171396b6aad66b 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 343bb8e..c566cad 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.6.3" } \ No newline at end of file