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

[16.0] [FIX] fastapi: Field parameter typo in schemas.py #390

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

lmignon
Copy link
Contributor

@lmignon lmignon commented Nov 3, 2023

includes #389

meestaben and others added 2 commits November 3, 2023 14:12
Misspelt parameter was triggering a deprecation warning due to recent versions of Pydantic seeing it as an arbitrary parameter:

PydanticDeprecatedSince20: Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'desciption').
@lmignon
Copy link
Contributor Author

lmignon commented Nov 3, 2023

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 16.0-ocabot-merge-pr-390-by-lmignon-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 263a4d6 into OCA:16.0 Nov 3, 2023
6 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 2326fed. Thanks a lot for contributing to OCA. ❤️

@lmignon lmignon deleted the 16-fix-389 branch November 3, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants