diff --git a/requirements.txt b/requirements.txt index ceb14f6..d763388 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -linkml >= 1.5.2, < 1.6.2 -linkml-runtime != 1.6.1 +linkml >= 1.6.3 +linkml-runtime > 1.6.1 pre-commit ~= 2.20 diff --git a/schemas/base.yaml b/schemas/base.yaml index 5db4b8a..627c583 100644 --- a/schemas/base.yaml +++ b/schemas/base.yaml @@ -165,7 +165,7 @@ classes: The templated parameters which can be requested from the user are [described by the `UsageTemplate` class](UsageTemplate.md). scope: - required: false + ifabsent: UsageScope(meta+data) range: UsageScope description: >- Specification of extraction scope.