Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forbid empty list and None values in attribute_filters #2202

Merged
merged 15 commits into from
Jan 22, 2025
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
ychiucco committed Jan 22, 2025
commit 55c76680831c5176e39a2ae5851f666042b4ac84
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@

* API:
* Impose compatibility between `WorkflowTaskV2.type_filters` and `TaskV2.input_types` (\#2196).
* Schemas:
* Forbid `None` or `[]` as `attribute_filters` (\#2200).

# 2.11.0a4
Loading