chore(deps): update dependency mypy to v1.16.0 (#5487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-29 16:39:38 -05:00
committed by GitHub
parent 7bb84d504a
commit f0a9d5333d
3 changed files with 36 additions and 35 deletions

View File

@@ -173,7 +173,7 @@ class QueryFilterBuilderComponent:
if not isinstance(self.value, list):
sanitized_values = [self.value]
else:
sanitized_values = self.value
sanitized_values = list(self.value)
for i, v in enumerate(sanitized_values):
# always allow querying for null values