Fix pyjwt (#223)
This commit is contained in:
committed by
GitHub
parent
a0e58448e7
commit
55375395ea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user