---
 pyproject.toml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: pyjwt-2.12.1/pyproject.toml
===================================================================
--- pyjwt-2.12.1.orig/pyproject.toml	2026-03-13 20:09:20.000000000 +0100
+++ pyjwt-2.12.1/pyproject.toml	2026-03-19 18:38:41.622174219 +0100
@@ -38,7 +38,7 @@
     "token",
     "web",
 ]
-license = "MIT"
+license = { text = "MIT" }
 name = "PyJWT"
 requires-python = ">=3.9"
 
