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

Avoid breaking inspect.signature on fields #2741

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Avoid breaking inspect.signature on fields #2741

merged 1 commit into from
Jan 8, 2025

Conversation

sloria
Copy link
Member

@sloria sloria commented Jan 8, 2025

Removes __new__ overrides to avoid breaking usages of inspect.signature on Field classes. this allows marshmallow 3.24 to work with marshmallow-sqlalchemy<1.1.1

Relevant marshmallow-sqlalchemy fix: https://github.com/marshmallow-code/marshmallow-sqlalchemy/pull/628/files#diff-ac1f3e987a72b794c7c4318fcbd3bb325974b73fa46c3c511fdba347f60948acR60

@sloria sloria enabled auto-merge (squash) January 8, 2025 21:19
@sloria sloria merged commit 953a6a5 into 3.x-line Jan 8, 2025
8 checks passed
@sloria sloria deleted the remove-new branch January 8, 2025 21:20
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.

1 participant