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

Use json_schema_extra instead of extra keyword in Field #6764

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

qgallouedec
Copy link
Contributor

Using extra keyword arguments on Field is deprecated and will be removed. Use json_schema_extra instead. (Extra keys: 'new_param'). Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.9/migration/

@loadams loadams self-requested a review November 19, 2024 19:13
@loadams
Copy link
Contributor

loadams commented Nov 19, 2024

Thanks @qgallouedec - looks like we missed this before, thanks for the PR!

@loadams loadams enabled auto-merge November 19, 2024 20:01
@loadams loadams added this pull request to the merge queue Nov 20, 2024
Merged via the queue into microsoft:master with commit 83e4364 Nov 20, 2024
10 checks passed
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.

2 participants