update scenarios and parsers constraints (#2663)

This commit is contained in:
blotus 2023-12-14 16:34:51 +01:00 committed by GitHub
parent a851e14c88
commit 9b07e1f7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ var (
)
const (
Constraint_parser = ">= 1.0, <= 2.0"
Constraint_scenario = ">= 1.0, < 3.0"
Constraint_parser = ">= 1.0, <= 3.0"
Constraint_scenario = ">= 1.0, <= 3.0"
Constraint_api = "v1"
Constraint_acquis = ">= 1.0, < 2.0"
)