Upgrade dev dependency (#224)

This commit is contained in:
Christiaan Goossens
2026-03-17 10:27:31 +01:00
committed by GitHub
parent 0e173cfe06
commit 51b5e5662a
2 changed files with 5 additions and 4 deletions

View File

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