--------- 2023-10-18: - validator for "Criteria.ids" and "Criteria.limit" - if "Criteria.ids" are passed, set "limits" to the number of ids - prevent that "Criteria.limits" and "Criteria.ids" are set simultaneous - bump up coverage
2.1.6
--------- 2023-10-18: - correcting "Filter Aggregation", some typos correction
2.1.5
--------- 2023-10-18: - get rid of special pretty printer version "pprint3x" for python 3.7 and below - correcting type hint for filter "ContainsFilter"
2.1.4
--------- 2023-10-18: - correct EqualsAnyFilter, thanks to Patrik Hofmann for finding that bug.