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

Re-enable support for extra args in EP config models #1739

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

rjmello
Copy link
Member

@rjmello rjmello commented Dec 5, 2024

Description

#1708 removed the extra = "allow" attribute from the BaseConfigModel Pydantic class. Many subclass models rely on this setting to permit required arguments without rasing a ValidationError.

Type of change

  • Bug fix (non-breaking change that fixes an issue)

@rjmello rjmello added the bug Something isn't working label Dec 5, 2024
A recent PR removed the `extra = "allow"` attribute from the
`BaseConfigModel` Pydantic class. Many subclass models rely on this
setting to permit required arguments without rasing a `ValidationError`.
@rjmello rjmello force-pushed the fix-config-model-extra-args branch from f96f819 to 0176092 Compare December 5, 2024 15:27
Copy link
Contributor

@khk-globus khk-globus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more layer of abstraction. Whee!

@rjmello rjmello merged commit c119d3e into v2.32.1 Dec 5, 2024
21 checks passed
@rjmello rjmello deleted the fix-config-model-extra-args branch December 5, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants