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

Fix conversion of deprecated flag on parameters #851

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Fix conversion of deprecated flag on parameters #851

merged 1 commit into from
Aug 5, 2023

Conversation

tsokalski
Copy link
Contributor

Fixes #850. This promotes the deprecated value on to the main parameter object rather than setting it on the contained schema object.

…eprecated flag on the parameter, not its schema.
@lafrech
Copy link
Member

lafrech commented Aug 5, 2023

Looks good, thanks. Sorry about the delay.

CI issue should be fixed in dev branch.

@lafrech lafrech merged commit c0fd185 into marshmallow-code:dev Aug 5, 2023
4 of 5 checks passed
@tsokalski
Copy link
Contributor Author

@lafrech any thoughts on releasing this sometime soon? Maybe in a 6.3.1 release? I know it's not big, but I'd love to remove the workaround in my codebase 😄.

@lafrech
Copy link
Member

lafrech commented Dec 21, 2023

Oh, right. Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated flag is not configured correctly on query parameter objects
2 participants