From d26196d4e31aaa9c6494c48dc8fef7581823f8a5 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 27 Jul 2022 12:23:33 +0100 Subject: [PATCH] Disallow schema-salad 8.3.20220721194857 due to https://github.com/common-workflow-language/schema_salad/issues/575 . It has been yanked, but poetry still doesn't support PEP-592 https://github.com/python-poetry/poetry/issues/2453 . --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 08c7d9102e0a..96be89e3f105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ PyYAML = "*" refgenconf = ">=0.12.0" requests = "*" Routes = "*" +schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575 social-auth-core = {version = "==4.0.3", extras = ["openidconnect"]} sortedcontainers = "*" SQLAlchemy = ">=1.4.25,<2"