From fcdf0da5f9523fcd1bb5a141caad587694b59322 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Thu, 15 Aug 2024 17:08:48 +0200 Subject: [PATCH] Oops, use correct dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 244f654..8cf6975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ ] dependencies = [ - "jwt~=1.3.1", + "PyJWT~=2.8.0", ] [project.urls]