You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Raise the djangorestframework-services floor from >=0.21.1 to >=0.24.1
(kept <0.25) so the MCP server always dispatches through the two DRF-parity
fixes shipped in drf-services 0.24.1: SelectorSpec.filter_set now validates
and rejects an invalid filter value (a 400/ValidationError, not a silent
unfiltered result), and the input_data merge no longer corrupts
form-encoded request bodies. MCP tool dispatch routes filter and input
handling through drf-services (dispatch_spec), so both fixes reach MCP
callers with no code change here. Refreshed the pinned dependency set to
0.24.1 at the same time.