pyproject.toml: Change jsonschema version

This commit is contained in:
2026-01-21 10:27:08 +08:00
parent 16d8ccdfb0
commit cb4db1c634

View File

@@ -15,7 +15,7 @@ dependencies = [
"pyqt6 >= 6.8.0",
"qasync >= 0.27.1",
"pglive >= 0.8.3",
"jsonschema == 4.23.0",
"jsonschema >= 4.25.0",
"python-dateutil >= 2.9",
]