Index: poetry-1.6.1/pyproject.toml =================================================================== --- poetry-1.6.1.orig/pyproject.toml +++ poetry-1.6.1/pyproject.toml @@ -41,8 +41,7 @@ crashtest = "^0.4.1" dulwich = "^0.21.2" importlib-metadata = { version = ">=4.4", python = "<3.10" } installer = "^0.7.0" -# jsonschema 4.18 uses Rust-based libraries which causes issues when building from source -jsonschema = ">=4.10.0,<4.18.0" +jsonschema = ">=4.10.0" keyring = "^24.0.0" # packaging uses calver, so version is unclamped packaging = ">=20.4"