Fix pyjwt (#223)

This commit is contained in:
Christiaan Goossens
2026-03-16 11:44:46 +01:00
committed by GitHub
parent a0e58448e7
commit 55375395ea
2 changed files with 9 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[tool.uv]
managed = true
override-dependencies = ["orjson>=3.11.6,<3.12.0"]
override-dependencies = ["orjson>=3.11.6,<3.12.0", "pyjwt>=2.12.0,<2.13.0"]
[tool.hatch.metadata]
allow-direct-references = true